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 @@ -67,7 +67,7 @@ public void apply(Project project) {
6767
6868 public void populateDescriptor (ToolchainDescriptor descriptor ) {
6969 Provider <File > fp = project .provider (() -> {
70- String year = systemcoreExt . getToolchainVersion (). get (). split ( "-" )[ 0 ]. toLowerCase () ;
70+ String year = "2027_alpha1" ;
7171 File frcHomeLoc = new File (new FrcHome (year ).get (), "systemcore" );
7272 return frcHomeLoc ;
7373 });
Original file line number Diff line number Diff line change 1313
1414allprojects {
1515 group = " edu.wpi.first"
16- version = " 2025.11 .1"
16+ version = " 2025.12 .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.11 .1"
6+ id " edu.wpi.first.NativeUtils" version " 2025.12 .1"
77}
88
99nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments