[build] Update to stable WPILib (#1674)

This commit is contained in:
Jade
2025-01-03 01:13:38 +08:00
committed by GitHub
parent 3f8c406898
commit a540d2dd3f
8 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-3"
id "edu.wpi.first.GradleRIO" version "2025.1.1"
}
sourceCompatibility = JavaVersion.VERSION_17
@@ -9,8 +9,8 @@ targetCompatibility = JavaVersion.VERSION_17
def ROBOT_MAIN_CLASS = "frc.robot.Main"
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = "2025.1.1-beta-3"
wpi.versions.wpimathVersion = "2025.1.1-beta-3"
wpi.versions.wpilibVersion = "2025.1.1"
wpi.versions.wpimathVersion = "2025.1.1"
// Define my targets (RoboRIO) and artifacts (deployable files)