diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-06-16 08:23:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 08:23:37 +0100 |
commit | cc9a91d9449a078b901d9485b3b91d02fb94edc3 (patch) | |
tree | 65e6e7c1d43246cd94ed1b4415f7d661a47fa333 /gradle/wrapper/gradle-wrapper.properties | |
parent | 5b89d1da3f150a3e3db0e2ab78643ea725f75e4d (diff) | |
download | GT5-Unofficial-cc9a91d9449a078b901d9485b3b91d02fb94edc3.tar.gz GT5-Unofficial-cc9a91d9449a078b901d9485b3b91d02fb94edc3.tar.bz2 GT5-Unofficial-cc9a91d9449a078b901d9485b3b91d02fb94edc3.zip |
Update buildscript (#2665)
* Update buildscript
* Update gradle too
Diffstat (limited to 'gradle/wrapper/gradle-wrapper.properties')
-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 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 |