Skip to content

Commit 4802eb3

Browse files
committed
Upped Gradle timeouts to so I can push releases on dodgy networks
1 parent f7fbb84 commit 4802eb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
org.gradle.jvmargs=-Xmx3g
22
org.gradle.parallel=true
33
org.gradle.workers.max=4
4+
systemProp.org.gradle.internal.http.connectionTimeout=120000
5+
systemProp.org.gradle.internal.http.socketTimeout=120000

0 commit comments

Comments
 (0)