Skip to content

Commit

Permalink
Update roboRIO image version to 2025_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Oct 12, 2024
1 parent 0d1dcf9 commit ad205a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class WPIExtension {
// WPILib (first.wpi.edu/FRC/roborio/maven) libs

private static final List<String> validImageVersions = List.of("2024_v2.*");
private static final List<String> validImageVersions = List.of("2025_v1.*");

private String jreArtifactLocation = "edu.wpi.first.jdk:roborio-2024:17.0.9u7-3";

Expand Down

0 comments on commit ad205a2

Please sign in to comment.