Skip to content

Commit

Permalink
feat: update to Gradle 8.9 (#5268)
Browse files Browse the repository at this point in the history
gradle wrapper jar not upgraded this time, as it just blows up
the repository history and repo size. older one is just fine.

gradle bin distribution instead of all distribution un used, as src
will be downloaded in case of kotlin build anyway, by intellij, in case
build scripts are edited. in all other cases, bin distribution always
was favorable.
  • Loading branch information
soloturn authored Aug 4, 2024
1 parent 96e8a78 commit 902e31c
Showing 1 changed file with 1 addition and 1 deletion.
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.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 902e31c

Please sign in to comment.