Skip to content

Commit

Permalink
Update to Gradle 8.11 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 18, 2024
1 parent 0ed8e2a commit 70f27a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,5 @@ tasks.register('generateInstallers', Task) {
}

wrapper {
gradleVersion = '8.10.2'
gradleVersion = '8.11'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ext.choreoGitTag = 'v2025.0.0-beta-6'

ext.frcYear = '2025'

ext.gradleWrapperVersion = '8.10.2'
ext.gradleWrapperVersion = '8.11'

0 comments on commit 70f27a3

Please sign in to comment.