|
24 | 24 | public class WPIExtension { |
25 | 25 | // WPILib (first.wpi.edu/FRC/roborio/maven) libs |
26 | 26 |
|
27 | | - private static final List<String> validImageVersions = List.of("2024_v2.*"); |
| 27 | + private static final List<String> validImageVersions = List.of("2025_v1.*"); |
28 | 28 |
|
29 | 29 | private String jreArtifactLocation = "edu.wpi.first.jdk:roborio-2024:17.0.9u7-3"; |
30 | 30 |
|
@@ -58,7 +58,7 @@ public WPIExtension(Project project) { |
58 | 58 | platforms = new NativePlatforms(); |
59 | 59 |
|
60 | 60 | frcYear = factory.property(String.class); |
61 | | - frcYear.convention("2024"); |
| 61 | + frcYear.convention("2025"); |
62 | 62 |
|
63 | 63 | frcHome = factory.directoryProperty().fileProvider(project.provider(WPIExtension::computeHomeRoot)) |
64 | 64 | .dir(frcYear); |
@@ -147,8 +147,6 @@ private static File computeHomeRoot() { |
147 | 147 | // "wpilibVersion" : new Tuple("WPILib", wpilibVersion, "wpilib"), |
148 | 148 | // "opencvVersion" : new Tuple("OpenCV", opencvVersion, "opencv"), |
149 | 149 | // "frcYear " : new Tuple("FRC Year", frcYear, "frcYear"), |
150 | | - // "googleTestVersion" : new Tuple("Google Test", googleTestVersion, |
151 | | - // "googleTest"), |
152 | 150 | // "imguiVersion" : new Tuple("ImGUI", imguiVersion, "imgui"), |
153 | 151 | // "wpimathVersion" : new Tuple("WPIMath", wpimathVersion, "wpimath"), |
154 | 152 | // "ejmlVersion" : new Tuple("EJML", ejmlVersion, "ejml"), |
|
0 commit comments