mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
chore: bump wpilib to 2025.3.2 and fix mypy errors (#1819)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "java"
|
||||
id "edu.wpi.first.GradleRIO" version "2025.3.1"
|
||||
id "edu.wpi.first.GradleRIO" version "2025.3.2"
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
@@ -13,8 +13,8 @@ repositories {
|
||||
}
|
||||
|
||||
wpi.maven.useDevelopment = true
|
||||
wpi.versions.wpilibVersion = "2025.3.1"
|
||||
wpi.versions.wpimathVersion = "2025.3.1"
|
||||
wpi.versions.wpilibVersion = "2025.3.2"
|
||||
wpi.versions.wpimathVersion = "2025.3.2"
|
||||
|
||||
|
||||
// Define my targets (RoboRIO) and artifacts (deployable files)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "java"
|
||||
id "edu.wpi.first.GradleRIO" version "2025.3.1"
|
||||
id "edu.wpi.first.GradleRIO" version "2025.3.2"
|
||||
}
|
||||
|
||||
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.3.1"
|
||||
wpi.versions.wpimathVersion = "2025.3.1"
|
||||
wpi.versions.wpilibVersion = "2025.3.2"
|
||||
wpi.versions.wpimathVersion = "2025.3.2"
|
||||
|
||||
|
||||
// Define my targets (RoboRIO) and artifacts (deployable files)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "java"
|
||||
id "edu.wpi.first.GradleRIO" version "2025.3.1"
|
||||
id "edu.wpi.first.GradleRIO" version "2025.3.2"
|
||||
}
|
||||
|
||||
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.3.1"
|
||||
wpi.versions.wpimathVersion = "2025.3.1"
|
||||
wpi.versions.wpilibVersion = "2025.3.2"
|
||||
wpi.versions.wpimathVersion = "2025.3.2"
|
||||
|
||||
|
||||
// Define my targets (RoboRIO) and artifacts (deployable files)
|
||||
|
||||
Reference in New Issue
Block a user