diff options
author | Jason Penilla <[email protected]> | 2023-11-21 22:27:50 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-22 06:27:50 +0100 |
commit | e1cd9e59e53aabd50e501cb01feee277a8f69902 (patch) | |
tree | 276656476365e6ce287a87c95507b952dabcdefc /gradle | |
parent | eda3d537d62fdd6d9f8d79a657524633277c5403 (diff) | |
download | Paper-e1cd9e59e53aabd50e501cb01feee277a8f69902.tar.gz Paper-e1cd9e59e53aabd50e501cb01feee277a8f69902.zip |
Update paperweight to 1.5.10 and Gradle to 8.4 (#9957)
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ac72c34e8a..3fa8f862f7 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.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME |