Skip to content

Commit

Permalink
Studia fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WindingMotor committed Jan 5, 2025
1 parent 87c01db commit 86731fa
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 77 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-3"
id "edu.wpi.first.GradleRIO" version "2025.1.1"
id "com.diffplug.spotless" version "6.12.0"
id "com.peterabeles.gversion" version "1.10"
}
Expand Down
10 changes: 5 additions & 5 deletions src/main/java/frc/robot/constants/BuildConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ public final class BuildConstants {
public static final String MAVEN_GROUP = "";
public static final String MAVEN_NAME = "SwerveDrive2025";
public static final String VERSION = "unspecified";
public static final int GIT_REVISION = 23;
public static final String GIT_SHA = "43e6557b161b0912cde5378d53819c06e4ca128a";
public static final String GIT_DATE = "2025-01-01 19:51:14 EST";
public static final int GIT_REVISION = 24;
public static final String GIT_SHA = "87c01dbf21a68bf0a22ba8c04978ece88e20f094";
public static final String GIT_DATE = "2025-01-05 14:32:51 EST";
public static final String GIT_BRANCH = "main";
public static final String BUILD_DATE = "2025-01-05 14:32:11 EST";
public static final long BUILD_UNIX_TIME = 1736105531641L;
public static final String BUILD_DATE = "2025-01-05 18:34:58 EST";
public static final long BUILD_UNIX_TIME = 1736120098034L;
public static final int DIRTY = 1;

private BuildConstants() {}
Expand Down
40 changes: 40 additions & 0 deletions vendordeps/NavX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"fileName": "NavX.json",
"name": "NavX",
"version": "2024.1.0",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"frcYear": "2025",
"mavenUrls": [
"https://dev.studica.com/maven/release/2024/"
],
"jsonUrl": "https://dev.studica.com/releases/2024/NavX.json",
"javaDependencies": [
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-java",
"version": "2024.1.0"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-cpp",
"version": "2024.1.0",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": false,
"libName": "navx_frc",
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"linuxraspbian",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
]
}
]
}
71 changes: 0 additions & 71 deletions vendordeps/Studica-2025.1.1-beta-3.json

This file was deleted.

0 comments on commit 86731fa

Please sign in to comment.