diff options
author | Jason Penilla <[email protected]> | 2024-06-14 17:53:11 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-06-14 17:53:11 -0700 |
commit | 512fd08eca334af608d619f5dd95204246da7fad (patch) | |
tree | 146bd717ca3711cc266de23931fd13f792812d51 | |
parent | 730882fca9cf468a52f348b17803fbd89acb3fb4 (diff) | |
download | Paper-512fd08eca334af608d619f5dd95204246da7fad.tar.gz Paper-512fd08eca334af608d619f5dd95204246da7fad.zip |
Update Gradle Wrapper to v8.8
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 | ||||
-rwxr-xr-x | gradlew | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23a4f..a4413138c9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. |