Skip to content

Commit

Permalink
Update Gradle wrapper to version 8.11.1
Browse files Browse the repository at this point in the history
This change updates the `distributionUrl` in `gradle-wrapper.properties` to use Gradle version 8.11.1, ensuring compatibility with the latest features and improvements. The upgrade might introduce performance enhancements and bug fixes.
  • Loading branch information
NonSwag committed Dec 3, 2024
1 parent f474bd6 commit cd964f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit cd964f5

Please sign in to comment.