This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
forked from CurtinFRC/2024-Crescendo
-
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.
bump version to 2024.1.1-beta-3 doesnt build due to invalid vendordeps
- Loading branch information
1 parent
9d29bd6
commit 3293775
Showing
9 changed files
with
144 additions
and
108 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": true, | ||
"currentLanguage": "cpp", | ||
"projectYear": "2023", | ||
"projectYear": "2024", | ||
"teamNumber": 4788 | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=permwrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
{ | ||
"fileName": "WPILibNewCommands.json", | ||
"name": "WPILib-New-Commands", | ||
"version": "2020.0.0", | ||
"version": "1.0.0", | ||
"uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266", | ||
"frcYear": "2024", | ||
"mavenUrls": [], | ||
"jsonUrl": "", | ||
"javaDependencies": [ | ||
{ | ||
"groupId": "edu.wpi.first.wpilibNewCommands", | ||
"artifactId": "wpilibNewCommands-java", | ||
"version": "wpilib" | ||
} | ||
{ | ||
"groupId": "edu.wpi.first.wpilibNewCommands", | ||
"artifactId": "wpilibNewCommands-java", | ||
"version": "wpilib" | ||
} | ||
], | ||
"jniDependencies": [], | ||
"cppDependencies": [ | ||
{ | ||
"groupId": "edu.wpi.first.wpilibNewCommands", | ||
"artifactId": "wpilibNewCommands-cpp", | ||
"version": "wpilib", | ||
"libName": "wpilibNewCommands", | ||
"headerClassifier": "headers", | ||
"sourcesClassifier": "sources", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"linuxathena", | ||
"linuxraspbian", | ||
"linuxaarch64bionic", | ||
"windowsx86-64", | ||
"windowsx86", | ||
"linuxx86-64", | ||
"osxx86-64" | ||
] | ||
} | ||
{ | ||
"groupId": "edu.wpi.first.wpilibNewCommands", | ||
"artifactId": "wpilibNewCommands-cpp", | ||
"version": "wpilib", | ||
"libName": "wpilibNewCommands", | ||
"headerClassifier": "headers", | ||
"sourcesClassifier": "sources", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"linuxathena", | ||
"linuxarm32", | ||
"linuxarm64", | ||
"windowsx86-64", | ||
"windowsx86", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
] | ||
} | ||
] | ||
} |
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
Oops, something went wrong.