diff options
author | miozune <miozune@gmail.com> | 2023-03-05 19:10:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 11:10:48 +0100 |
commit | 3f2f2f3e37e46c8d3ad5d65a3c47af34c6675b34 (patch) | |
tree | 69d005417a247d90e3c74366e8b3be9b551ec918 /gradle/wrapper/gradle-wrapper.properties | |
parent | 3baa08c9f4363303fd8ad35e3f7a210d9bffb11a (diff) | |
download | GT5-Unofficial-3f2f2f3e37e46c8d3ad5d65a3c47af34c6675b34.tar.gz GT5-Unofficial-3f2f2f3e37e46c8d3ad5d65a3c47af34c6675b34.tar.bz2 GT5-Unofficial-3f2f2f3e37e46c8d3ad5d65a3c47af34c6675b34.zip |
Fix basic machine ignoring fluid capacity when fluid output is empty (#1784)
* updateBuildScript
* Fix basic machine ignoring fluid capacity when fluid output is empty
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 f398c33c4b..fc10b601f7 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-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |