testing compile times with gradle action

This commit is contained in:
Anuken
2022-03-28 11:56:45 -04:00
committed by GitHub
parent fdc942cc6c
commit 12e1f328e8

View File

@@ -21,6 +21,7 @@ kapt.include.compile.classpath=false
kotlin.stdlib.default.dependency=false
#needed for android compilation
android.useAndroidX=true
org.gradle.caching=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000