Skip to content

Commit e251459

Browse files
committed
updated to 2026
1 parent b8896bb commit e251459

6 files changed

Lines changed: 56 additions & 86 deletions

File tree

.wpilib/wpilib_preferences.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"enableCppIntellisense": false,
33
"currentLanguage": "java",
4-
"projectYear": "2025",
4+
"projectYear": "2026",
55
"teamNumber": 199
66
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2025.3.2"
3+
id "edu.wpi.first.GradleRIO" version "2026.1.1"
44
id "maven-publish"
55
id "eclipse"
66
}

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 = '2025'
7+
String frcYear = '2026'
88
File frcHome
99
if (OperatingSystem.current().isWindows()) {
1010
String publicFolder = System.getenv('PUBLIC')
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"fileName": "Phoenix5-5.35.1.json",
2+
"fileName": "Phoenix5-5.36.0.json",
33
"name": "CTRE-Phoenix (v5)",
4-
"version": "5.35.1",
5-
"frcYear": "2025",
4+
"version": "5.36.0",
5+
"frcYear": "2026",
66
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
77
"mavenUrls": [
88
"https://maven.ctr-electronics.com/release/"
99
],
10-
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2025-latest.json",
10+
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2026-latest.json",
1111
"requires": [
1212
{
1313
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
1414
"errorMessage": "Phoenix 5 requires low-level libraries from Phoenix 6. Please add the Phoenix 6 vendordep before adding Phoenix 5.",
15-
"offlineFileName": "Phoenix6-frc2025-latest.json",
16-
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2025-latest.json"
15+
"offlineFileName": "Phoenix6-frc2026-latest.json",
16+
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2026-latest.json"
1717
}
1818
],
1919
"conflictsWith": [
2020
{
2121
"uuid": "e7900d8d-826f-4dca-a1ff-182f658e98af",
2222
"errorMessage": "Users must use the Phoenix 5 replay vendordep when using the Phoenix 6 replay vendordep.",
23-
"offlineFileName": "Phoenix6-replay-frc2025-latest.json"
23+
"offlineFileName": "Phoenix6-replay-frc2026-latest.json"
2424
},
2525
{
2626
"uuid": "fbc886a4-2cec-40c0-9835-71086a8cc3df",
2727
"errorMessage": "Users cannot have both the replay and regular Phoenix 5 vendordeps in their robot program.",
28-
"offlineFileName": "Phoenix5-replay-frc2025-latest.json"
28+
"offlineFileName": "Phoenix5-replay-frc2026-latest.json"
2929
}
3030
],
3131
"javaDependencies": [
3232
{
3333
"groupId": "com.ctre.phoenix",
3434
"artifactId": "api-java",
35-
"version": "5.35.1"
35+
"version": "5.36.0"
3636
},
3737
{
3838
"groupId": "com.ctre.phoenix",
3939
"artifactId": "wpiapi-java",
40-
"version": "5.35.1"
40+
"version": "5.36.0"
4141
}
4242
],
4343
"jniDependencies": [
4444
{
4545
"groupId": "com.ctre.phoenix",
4646
"artifactId": "cci",
47-
"version": "5.35.1",
47+
"version": "5.36.0",
4848
"isJar": false,
4949
"skipInvalidPlatforms": true,
5050
"validPlatforms": [
@@ -58,7 +58,7 @@
5858
{
5959
"groupId": "com.ctre.phoenix.sim",
6060
"artifactId": "cci-sim",
61-
"version": "5.35.1",
61+
"version": "5.36.0",
6262
"isJar": false,
6363
"skipInvalidPlatforms": true,
6464
"validPlatforms": [
@@ -74,7 +74,7 @@
7474
{
7575
"groupId": "com.ctre.phoenix",
7676
"artifactId": "wpiapi-cpp",
77-
"version": "5.35.1",
77+
"version": "5.36.0",
7878
"libName": "CTRE_Phoenix_WPI",
7979
"headerClassifier": "headers",
8080
"sharedLibrary": true,
@@ -90,7 +90,7 @@
9090
{
9191
"groupId": "com.ctre.phoenix",
9292
"artifactId": "api-cpp",
93-
"version": "5.35.1",
93+
"version": "5.36.0",
9494
"libName": "CTRE_Phoenix",
9595
"headerClassifier": "headers",
9696
"sharedLibrary": true,
@@ -106,7 +106,7 @@
106106
{
107107
"groupId": "com.ctre.phoenix",
108108
"artifactId": "cci",
109-
"version": "5.35.1",
109+
"version": "5.36.0",
110110
"libName": "CTRE_PhoenixCCI",
111111
"headerClassifier": "headers",
112112
"sharedLibrary": true,
@@ -122,7 +122,7 @@
122122
{
123123
"groupId": "com.ctre.phoenix.sim",
124124
"artifactId": "wpiapi-cpp-sim",
125-
"version": "5.35.1",
125+
"version": "5.36.0",
126126
"libName": "CTRE_Phoenix_WPISim",
127127
"headerClassifier": "headers",
128128
"sharedLibrary": true,
@@ -138,7 +138,7 @@
138138
{
139139
"groupId": "com.ctre.phoenix.sim",
140140
"artifactId": "api-cpp-sim",
141-
"version": "5.35.1",
141+
"version": "5.36.0",
142142
"libName": "CTRE_PhoenixSim",
143143
"headerClassifier": "headers",
144144
"sharedLibrary": true,
@@ -154,7 +154,7 @@
154154
{
155155
"groupId": "com.ctre.phoenix.sim",
156156
"artifactId": "cci-sim",
157-
"version": "5.35.1",
157+
"version": "5.36.0",
158158
"libName": "CTRE_PhoenixCCISim",
159159
"headerClassifier": "headers",
160160
"sharedLibrary": true,

0 commit comments

Comments
 (0)