Skip to content

Commit 378ddcf

Browse files
authored
Update to use gradle 9.2.0 (#827)
1 parent 06a0348 commit 378ddcf

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2025.0'
3-
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2024.0.0'
4-
id "de.undercouch.download" version "4.1.2"
2+
id 'org.wpilib.WPILibRepositoriesPlugin' version '2027.0.0'
3+
id 'org.wpilib.WPILibVersioningPlugin' version '2027.0.1'
4+
id "de.undercouch.download" version "5.6.0"
55
id "base"
66
}
77

@@ -115,5 +115,5 @@ if (pubVersion == '') {
115115
apply from: 'versions.gradle'
116116

117117
wrapper {
118-
gradleVersion = '8.11'
118+
gradleVersion = '9.2.0'
119119
}

gradle/wrapper/gradle-wrapper.jar

2 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)