aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-04-18 11:30:41 +0800
committerGlodBlock <1356392126@qq.com>2021-04-18 11:30:41 +0800
commit17d11959bc35314708a99a5764b1a2a47e2653a1 (patch)
tree3d306166ec9372415b9cd2a81ad8f37c1ba8374f /gradle.properties
parent93570943d6f66983e9b3d67f14fc1908cc2880a0 (diff)
downloadGT5-Unofficial-17d11959bc35314708a99a5764b1a2a47e2653a1.tar.gz
GT5-Unofficial-17d11959bc35314708a99a5764b1a2a47e2653a1.tar.bz2
GT5-Unofficial-17d11959bc35314708a99a5764b1a2a47e2653a1.zip
add libs
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 3327bef031..7241aee5f1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,8 +1,12 @@
modId = GoodGenerator
modGroup = GoodGenerator
-modVersion = 0.0.1
+modVersion = 0.0.2
minecraftVersion=1.7.10
forgeVersion=10.13.4.1614
-yamcoreVersion=0.5.78 \ No newline at end of file
+yamcoreVersion=0.5.78
+
+# Make sure GregTech build won't time out
+systemProp.org.gradle.internal.http.connectionTimeout=120000
+systemProp.org.gradle.internal.http.socketTimeout=120000 \ No newline at end of file