-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50f9860
commit 0d0f89c
Showing
13 changed files
with
259 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"enableCppIntellisense": false, | ||
"currentLanguage": "java", | ||
"projectYear": "2023", | ||
"projectYear": "2024beta", | ||
"teamNumber": 7243 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=permwrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=permwrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
{ | ||
"fileName": "Phoenix5.json", | ||
"name": "CTRE-Phoenix (v5)", | ||
"version": "5.32.0-beta-3", | ||
"frcYear": 2024, | ||
"uuid": "ab676553-b602-441f-a38d-f1296eff6537", | ||
"mavenUrls": [ | ||
"https://maven.ctr-electronics.com/release/" | ||
], | ||
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2024-beta-latest.json", | ||
"requires": [ | ||
{ | ||
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19", | ||
"errorMessage": "Phoenix 5 requires low-level libraries from Phoenix 6. Please add the Phoenix 6 vendordep before adding Phoenix 5.", | ||
"offlineFileName": "Phoenix6.json", | ||
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2024-beta-latest.json" | ||
} | ||
], | ||
"javaDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "api-java", | ||
"version": "5.32.0-beta-3" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "wpiapi-java", | ||
"version": "5.32.0-beta-3" | ||
} | ||
], | ||
"jniDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "cci", | ||
"version": "5.32.0-beta-3", | ||
"isJar": false, | ||
"skipInvalidPlatforms": true, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "cci-sim", | ||
"version": "5.32.0-beta-3", | ||
"isJar": false, | ||
"skipInvalidPlatforms": true, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
} | ||
], | ||
"cppDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "wpiapi-cpp", | ||
"version": "5.32.0-beta-3", | ||
"libName": "CTRE_Phoenix_WPI", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "api-cpp", | ||
"version": "5.32.0-beta-3", | ||
"libName": "CTRE_Phoenix", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "cci", | ||
"version": "5.32.0-beta-3", | ||
"libName": "CTRE_PhoenixCCI", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "wpiapi-cpp-sim", | ||
"version": "5.32.0-beta-3", | ||
"libName": "CTRE_Phoenix_WPISim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "api-cpp-sim", | ||
"version": "5.32.0-beta-3", | ||
"libName": "CTRE_PhoenixSim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "cci-sim", | ||
"version": "5.32.0-beta-3", | ||
"libName": "CTRE_PhoenixCCISim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
} | ||
] | ||
} |
Oops, something went wrong.