Skip to content

Commit bdcd0b0

Browse files
authored
Merge pull request #25 from strykeforce/2023
2023 version updates
2 parents e4462e7 + 5013384 commit bdcd0b0

File tree

6 files changed

+499
-262
lines changed

6 files changed

+499
-262
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import edu.wpi.first.gradlerio.deploy.roborio.RoboRIO
33
plugins {
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

1111
sourceCompatibility = JavaVersion.VERSION_11
1212
targetCompatibility = JavaVersion.VERSION_11
@@ -36,6 +36,7 @@ wpi.java.debugJni = false
3636
def includeDesktopSupport = false
3737

3838
repositories {
39+
mavenLocal()
3940
mavenCentral()
4041
jcenter()
4142
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

vendordeps/NavX.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

vendordeps/Phoenix-frc2022-latest.json

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)