aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2026-03-17 01:47:37 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2026-03-17 01:50:01 +0100
commite7b3a3c118836e112620b1302a8ba1873ad4daac (patch)
tree535d52a88c862d1c9f1ec34be7afb8f4ca009c77
parentversion: bump (diff)
downloadwireguard-android-master.tar.xz
wireguard-android-master.zip
gradle: remove unused settingsHEADmaster
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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