diff --git a/build.gradle b/build.gradle index 9f8e8e750d..bef729a3f7 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "cpp" id "com.diffplug.spotless" version "6.24.0" id "edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin" version "2025.0" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" id 'edu.wpi.first.WpilibTools' version '1.3.0' id 'com.google.protobuf' version '0.9.3' apply false id 'edu.wpi.first.GradleJni' version '1.1.0' @@ -34,7 +34,7 @@ ext.allOutputsFolder = file("$project.buildDir/outputs") apply from: "versioningHelper.gradle" ext { - wpilibVersion = "2027.0.0-alpha-1" + wpilibVersion = "2027.0.0-alpha-2" wpimathVersion = wpilibVersion openCVYear = "2025" openCVversion = "4.10.0-3" diff --git a/photonlib-cpp-examples/aimandrange/build.gradle b/photonlib-cpp-examples/aimandrange/build.gradle index 204e048d74..b8876177e9 100644 --- a/photonlib-cpp-examples/aimandrange/build.gradle +++ b/photonlib-cpp-examples/aimandrange/build.gradle @@ -1,7 +1,7 @@ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" } // Define my targets (SystemCore) and artifacts (deployable files) diff --git a/photonlib-cpp-examples/aimattarget/build.gradle b/photonlib-cpp-examples/aimattarget/build.gradle index 204e048d74..b8876177e9 100644 --- a/photonlib-cpp-examples/aimattarget/build.gradle +++ b/photonlib-cpp-examples/aimattarget/build.gradle @@ -1,7 +1,7 @@ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" } // Define my targets (SystemCore) and artifacts (deployable files) diff --git a/photonlib-cpp-examples/poseest/build.gradle b/photonlib-cpp-examples/poseest/build.gradle index 204e048d74..b8876177e9 100644 --- a/photonlib-cpp-examples/poseest/build.gradle +++ b/photonlib-cpp-examples/poseest/build.gradle @@ -1,7 +1,7 @@ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" } // Define my targets (SystemCore) and artifacts (deployable files) diff --git a/photonlib-java-examples/aimandrange/build.gradle b/photonlib-java-examples/aimandrange/build.gradle index 98cfee3ab7..41b230c1f9 100644 --- a/photonlib-java-examples/aimandrange/build.gradle +++ b/photonlib-java-examples/aimandrange/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" } java { diff --git a/photonlib-java-examples/aimattarget/build.gradle b/photonlib-java-examples/aimattarget/build.gradle index 98cfee3ab7..41b230c1f9 100644 --- a/photonlib-java-examples/aimattarget/build.gradle +++ b/photonlib-java-examples/aimattarget/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" } java { diff --git a/photonlib-java-examples/poseest/build.gradle b/photonlib-java-examples/poseest/build.gradle index 98cfee3ab7..41b230c1f9 100644 --- a/photonlib-java-examples/poseest/build.gradle +++ b/photonlib-java-examples/poseest/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-1" + id "edu.wpi.first.GradleRIO2027" version "2027.0.0-alpha-2" } java {