Skip to content

Commit

Permalink
Update to Gradle 8.10.2 (#441)
Browse files Browse the repository at this point in the history
Fixes issues with reusing daemons
  • Loading branch information
sciencewhiz authored Oct 11, 2024
1 parent 9cdc0a3 commit cd67ae7
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 @@ -454,5 +454,5 @@ tasks.register('generateInstallers', Task) {
}

wrapper {
gradleVersion = '8.10.1'
gradleVersion = '8.10.2'
}
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-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 @@ -25,4 +25,4 @@ ext.advantagescopeGitTag = 'v4.0.0-beta-1'

ext.frcYear = '2025'

ext.gradleWrapperVersion = '8.10.1'
ext.gradleWrapperVersion = '8.10.2'

0 comments on commit cd67ae7

Please sign in to comment.