aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties12
1 files changed, 0 insertions, 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