aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorunknown <gtandemmodding@gmail.com>2022-01-26 11:21:01 +1100
committerunknown <gtandemmodding@gmail.com>2022-01-26 11:21:01 +1100
commit3b4e3b33b630e676b44aa8ec16baf7dd11138d5c (patch)
treef084421e82565b34439480c8060df07f1adb5296 /gradle.properties
parent3d743ff6ab49677321eba06a96aff8f4262b85d9 (diff)
downloadGT5-Unofficial-3b4e3b33b630e676b44aa8ec16baf7dd11138d5c.tar.gz
GT5-Unofficial-3b4e3b33b630e676b44aa8ec16baf7dd11138d5c.tar.bz2
GT5-Unofficial-3b4e3b33b630e676b44aa8ec16baf7dd11138d5c.zip
Add materials, add multis, just look at the diff tbh
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 5f2b64d81a..da177a8d4c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -32,6 +32,9 @@ gradleTokenModName = GRADLETOKEN_MODNAME
gradleTokenVersion = GRADLETOKEN_VERSION
gradleTokenGroupName = GRADLETOKEN_GROUPNAME
+systemProp.org.gradle.internal.http.connectionTimeout=180000
+systemProp.org.gradle.internal.http.socketTimeout=180000
+
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can
# leave this property empty.
# Example value: apiPackage = api + modGroup = com.myname.mymodid -> com.myname.mymodid.api