Increase dependency timeout for jitpack

This commit is contained in:
Anuken 2021-09-22 20:21:26 -04:00
parent 90d1770b3e
commit 9e718b633e

View File

@ -22,6 +22,6 @@ kotlin.stdlib.default.dependency=false
#needed for android compilation
android.useAndroidX=true
#used for slow jitpack builds; TODO see if this actually works
http.socketTimeout=80000
http.connectionTimeout=80000
archash=bc9bbf8312f69d5e6882ce8dab4136d2126473e8
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=e4ec2880dfdd5739ec75b5904d97ed3309c225d8