diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-08-02 16:58:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 16:58:37 +0200 |
| commit | 5fc2d0d29543776ae0ae35898d8b47896b770911 (patch) | |
| tree | 09d90d38c89a2227009fcc80f0d422d04070356f /gradle.properties | |
| parent | 565bb55ea5b2b5b12bec72860f1826319faf7f03 (diff) | |
| download | GT5-Unofficial-5fc2d0d29543776ae0ae35898d8b47896b770911.tar.gz GT5-Unofficial-5fc2d0d29543776ae0ae35898d8b47896b770911.tar.bz2 GT5-Unofficial-5fc2d0d29543776ae0ae35898d8b47896b770911.zip | |
Update gradle.properties
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 83dd93b556..7fc32d532c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,6 @@ #Dummy File, replaced in Jenkins +systemProp.org.gradle.internal.http.connectionTimeout=120000 +systemProp.org.gradle.internal.http.socketTimeout=120000 keyStoreAlias=w keyStore=w -keyStorePass=w
\ No newline at end of file +keyStorePass=w |
