Skip to content

Commit

Permalink
update gradle wrapper to 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed May 1, 2024
1 parent 5437ad2 commit eabe5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

tasks {
wrapper {
gradleVersion = "8.3"
gradleVersion = "8.6"
distributionType = Wrapper.DistributionType.ALL
}
}
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Wed May 01 16:11:11 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit eabe5fe

Please sign in to comment.