From e7b3a3c118836e112620b1302a8ba1873ad4daac Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 17 Mar 2026 01:47:37 +0100 Subject: gradle: remove unused settings Signed-off-by: Jason A. Donenfeld --- gradle.properties | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index a0ca45c5..eb34e28f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,23 +6,11 @@ wireguardPackageName=com.wireguard.android # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects org.gradle.parallel=true -org.gradle.configureondemand=true org.gradle.caching=true -# Enable Kotlin incremental compilation -kotlin.incremental=true - -# Enable AndroidX support -android.useAndroidX=true - # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m # Turn off AP discovery in compile path to enable compile avoidance kapt.include.compile.classpath=false - -# OSSRH sometimes struggles with slow deployments, so this makes Gradle -# more tolerant to those delays. -systemProp.org.gradle.internal.http.connectionTimeout=500000 -systemProp.org.gradle.internal.http.socketTimeout=500000 -- cgit v1.3-8-gc7d7