From c433c425986c513a975416633c7f016a2cb64dab Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 14 Sep 2024 19:10:19 +0800 Subject: [PATCH 1/4] Update version in DevelopmentBuilds --- DevelopmentBuilds.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DevelopmentBuilds.md b/DevelopmentBuilds.md index 3e962d0cbd3..7f136d0796d 100644 --- a/DevelopmentBuilds.md +++ b/DevelopmentBuilds.md @@ -33,8 +33,8 @@ plugins { wpi.maven.useLocal = false wpi.maven.useDevelopment = true -wpi.versions.wpilibVersion = '2024.+' -wpi.versions.wpimathVersion = '2024.+' +wpi.versions.wpilibVersion = '2025.+' +wpi.versions.wpimathVersion = '2025.+' ``` C++ @@ -47,8 +47,8 @@ plugins { wpi.maven.useLocal = false wpi.maven.useDevelopment = true -wpi.versions.wpilibVersion = '2024.+' -wpi.versions.wpimathVersion = '2024.+' +wpi.versions.wpilibVersion = '2025.+' +wpi.versions.wpimathVersion = '2025.+' ``` ### Development Build Documentation From 1edd2a5f4f72293ade85e6bc8b6ece02b16dc30a Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 15 Sep 2024 11:19:39 +0800 Subject: [PATCH 2/4] Update DevelopmentBuilds.md --- DevelopmentBuilds.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DevelopmentBuilds.md b/DevelopmentBuilds.md index 7f136d0796d..4ebbbb90f61 100644 --- a/DevelopmentBuilds.md +++ b/DevelopmentBuilds.md @@ -13,7 +13,7 @@ This article contains instructions on building projects using a development buil Development builds are the per-commit build hosted every time a commit is pushed to the [allwpilib](https://github.com/wpilibsuite/allwpilib/) repository. These builds are then hosted on [artifactory](https://frcmaven.wpi.edu/artifactory/webapp/#/home). -To build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version. It is also necessary to use a 2024 GradleRIO version, ie `2024.0.0-alpha-1` +To build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version. It is also necessary to use a 2024 GradleRIO version, ie `2024.3.2` ```groovy wpi.maven.useLocal = false @@ -28,7 +28,7 @@ Java ```groovy plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2024.0.0-alpha-1" + id "edu.wpi.first.GradleRIO" version "2024.3.2" } wpi.maven.useLocal = false @@ -42,7 +42,7 @@ C++ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2024.0.0-alpha-1" + id "edu.wpi.first.GradleRIO" version "2024.3.2" } wpi.maven.useLocal = false @@ -64,7 +64,7 @@ Java ```groovy plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2024.0.0-alpha-1" + id "edu.wpi.first.GradleRIO" version "2024.3.2" } wpi.maven.useLocal = false @@ -78,7 +78,7 @@ C++ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2024.0.0-alpha-1" + id "edu.wpi.first.GradleRIO" version "2024.3.2" } wpi.maven.useLocal = false From 5f6ae4ffa8d815aa8ee35aeb1712de39071e47a4 Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 5 Oct 2024 19:27:53 +0800 Subject: [PATCH 3/4] Update DevelopmentBuilds.md --- DevelopmentBuilds.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DevelopmentBuilds.md b/DevelopmentBuilds.md index 4ebbbb90f61..e9b91fec3b7 100644 --- a/DevelopmentBuilds.md +++ b/DevelopmentBuilds.md @@ -13,7 +13,7 @@ This article contains instructions on building projects using a development buil Development builds are the per-commit build hosted every time a commit is pushed to the [allwpilib](https://github.com/wpilibsuite/allwpilib/) repository. These builds are then hosted on [artifactory](https://frcmaven.wpi.edu/artifactory/webapp/#/home). -To build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version. It is also necessary to use a 2024 GradleRIO version, ie `2024.3.2` +To build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version. It is also necessary to use a 2025 GradleRIO version, ie `2025.1.1-alpha-2` ```groovy wpi.maven.useLocal = false @@ -28,7 +28,7 @@ Java ```groovy plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2024.3.2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" } wpi.maven.useLocal = false @@ -42,7 +42,7 @@ C++ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2024.3.2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" } wpi.maven.useLocal = false @@ -64,7 +64,7 @@ Java ```groovy plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2024.3.2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" } wpi.maven.useLocal = false @@ -78,7 +78,7 @@ C++ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2024.3.2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" } wpi.maven.useLocal = false From fd5d625f7c3579fafd3a10252ebdbd71176f68e3 Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 17 Oct 2024 10:54:17 +0800 Subject: [PATCH 4/4] Update DevelopmentBuilds.md --- DevelopmentBuilds.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DevelopmentBuilds.md b/DevelopmentBuilds.md index e9b91fec3b7..47cae2781eb 100644 --- a/DevelopmentBuilds.md +++ b/DevelopmentBuilds.md @@ -13,7 +13,7 @@ This article contains instructions on building projects using a development buil Development builds are the per-commit build hosted every time a commit is pushed to the [allwpilib](https://github.com/wpilibsuite/allwpilib/) repository. These builds are then hosted on [artifactory](https://frcmaven.wpi.edu/artifactory/webapp/#/home). -To build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version. It is also necessary to use a 2025 GradleRIO version, ie `2025.1.1-alpha-2` +To build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version. It is also necessary to use a 2025 GradleRIO version, ie `2025.1.1-beta-1` ```groovy wpi.maven.useLocal = false @@ -28,7 +28,7 @@ Java ```groovy plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-1" } wpi.maven.useLocal = false @@ -42,7 +42,7 @@ C++ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-1" } wpi.maven.useLocal = false @@ -64,7 +64,7 @@ Java ```groovy plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-1" } wpi.maven.useLocal = false @@ -78,7 +78,7 @@ C++ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2025.1.1-alpha-2" + id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-1" } wpi.maven.useLocal = false