File tree Expand file tree Collapse file tree 6 files changed +499
-262
lines changed Expand file tree Collapse file tree 6 files changed +499
-262
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import edu.wpi.first.gradlerio.deploy.roborio.RoboRIO
33plugins {
44 id " java"
55 id " org.jetbrains.kotlin.jvm" version " 1.6.20"
6- id " edu.wpi.first.GradleRIO" version " 2022.4 .1"
6+ id " edu.wpi.first.GradleRIO" version " 2023.1 .1"
77}
88
9- version = " 22 .0.1"
9+ version = " 23 .0.1-SNAPSHOT "
1010
1111sourceCompatibility = JavaVersion . VERSION_11
1212targetCompatibility = JavaVersion . VERSION_11
@@ -36,6 +36,7 @@ wpi.java.debugJni = false
3636def includeDesktopSupport = false
3737
3838repositories {
39+ mavenLocal()
3940 mavenCentral()
4041 jcenter()
4142}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
44 repositories {
55 mavenLocal()
66 gradlePluginPortal()
7- String frcYear = ' 2022 '
7+ String frcYear = ' 2023 '
88 File frcHome
99 if (OperatingSystem . current(). isWindows()) {
1010 String publicFolder = System . getenv(' PUBLIC' )
Original file line number Diff line number Diff line change 1+ {
2+ "fileName" : " NavX.json" ,
3+ "name" : " KauaiLabs_navX_FRC" ,
4+ "version" : " 2023.0.1" ,
5+ "uuid" : " cb311d09-36e9-4143-a032-55bb2b94443b" ,
6+ "mavenUrls" : [
7+ " https://dev.studica.com/maven/release/2023/"
8+ ],
9+ "jsonUrl" : " https://dev.studica.com/releases/2023/NavX.json" ,
10+ "javaDependencies" : [
11+ {
12+ "groupId" : " com.kauailabs.navx.frc" ,
13+ "artifactId" : " navx-frc-java" ,
14+ "version" : " 2023.0.1"
15+ }
16+ ],
17+ "jniDependencies" : [],
18+ "cppDependencies" : [
19+ {
20+ "groupId" : " com.kauailabs.navx.frc" ,
21+ "artifactId" : " navx-frc-cpp" ,
22+ "version" : " 2023.0.1" ,
23+ "headerClassifier" : " headers" ,
24+ "sourcesClassifier" : " sources" ,
25+ "sharedLibrary" : false ,
26+ "libName" : " navx_frc" ,
27+ "skipInvalidPlatforms" : true ,
28+ "binaryPlatforms" : [
29+ " linuxathena" ,
30+ " linuxraspbian" ,
31+ " windowsx86-64"
32+ ]
33+ }
34+ ]
35+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments