-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): reinstall a bunch of deps, modify actions
- Loading branch information
1 parent
b59220a
commit 9c13b32
Showing
6 changed files
with
553 additions
and
2 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
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.33.0", | ||
"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-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-latest.json" | ||
} | ||
], | ||
"javaDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "api-java", | ||
"version": "5.33.0" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "wpiapi-java", | ||
"version": "5.33.0" | ||
} | ||
], | ||
"jniDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "cci", | ||
"version": "5.33.0", | ||
"isJar": false, | ||
"skipInvalidPlatforms": true, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "cci-sim", | ||
"version": "5.33.0", | ||
"isJar": false, | ||
"skipInvalidPlatforms": true, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
} | ||
], | ||
"cppDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "wpiapi-cpp", | ||
"version": "5.33.0", | ||
"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.33.0", | ||
"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.33.0", | ||
"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.33.0", | ||
"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.33.0", | ||
"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.33.0", | ||
"libName": "CTRE_PhoenixCCISim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
} | ||
] | ||
} |
Oops, something went wrong.