From 12e1f328e87fa8ebe8d4eb7c36f339ba877d26e9 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 28 Mar 2022 11:56:45 -0400 Subject: [PATCH] testing compile times with gradle action --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index af4d58e5dd..0a6bb5628c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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