Skip to content

Commit

Permalink
[build] Update developerRobot JRE (#7764)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Feb 7, 2025
1 parent b3b515e commit a0976a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/WPIJREArtifact.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class WPIJREArtifact extends MavenArtifact {

private boolean checkJreVersion = true;

private final String artifactLocation = "edu.wpi.first.jdk:roborio-2024:17.0.9u7-1"
private final String artifactLocation = "edu.wpi.first.jdk:roborio-2024:17.0.9u7-3"

@Inject
public WPIJREArtifact(String name, RemoteTarget target) {
Expand Down

0 comments on commit a0976a1

Please sign in to comment.