File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ToolchainPlugin/src/main/java/edu/wpi/first/toolchain/systemcore Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public void apply(Project project) {
5555 toolchainName ,
5656 toolchainName + "Gcc" ,
5757 configuration .getOptional ());
58- descriptor .getToolchainPlatform ().set (NativePlatforms .roborio );
58+ descriptor .getToolchainPlatform ().set (NativePlatforms .systemcore );
5959 descriptor .getVersionLow ().set (systemcoreExt .getVersionLow ());
6060 descriptor .getVersionHigh ().set (systemcoreExt .getVersionHigh ());
6161 configuration .getToolchainDescriptor ().set (descriptor );
Original file line number Diff line number Diff line change 1313
1414allprojects {
1515 group = " edu.wpi.first"
16- version = " 2025.7.0 "
16+ version = " 2025.7.1 "
1717
1818 if (project. hasProperty(' publishVersion' )) {
1919 version = project. publishVersion
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import edu.wpi.first.nativeutils.vendordeps.WPIVendorDepsPlugin
33
44plugins {
55 id " cpp"
6- id " edu.wpi.first.NativeUtils" version " 2025.7.0 "
6+ id " edu.wpi.first.NativeUtils" version " 2025.7.1 "
77}
88
99nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments