From 77bf70c03fc985237cc934ee3776f89eb6270536 Mon Sep 17 00:00:00 2001 From: Anton Orekhovskiy Date: Fri, 29 Nov 2024 18:55:40 +0300 Subject: [PATCH] change gradle props --- gradle.properties | 11 ++++++++++- gradle/wrapper/gradle-wrapper.properties | 11 +---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3e927b1..042ae9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,13 @@ android.useAndroidX=true # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true + +org.gradle.caching=true +org.gradle.parallel=true +org.gradle.configureondemand=true +org.gradle.daemon=true +systemProp.org.gradle.internal.http.connectionTimeout=300000 +systemProp.org.gradle.internal.http.socketTimeout=300000 +systemProp.org.gradle.internal.https.connectionTimeout=300000 +systemProp.org.gradle.internal.https.socketTimeout=300000 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 86a8c3a..c9af709 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,13 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -org.gradle.caching=true -org.gradle.parallel=true -org.gradle.configureondemand=true -org.gradle.daemon=true -org.gradle.jvmargs=-Xmx2048m -systemProp.org.gradle.internal.http.connectionTimeout=300000 -systemProp.org.gradle.internal.http.socketTimeout=300000 -systemProp.org.gradle.internal.https.connectionTimeout=300000 -systemProp.org.gradle.internal.https.socketTimeout=300000 \ No newline at end of file +zipStorePath=wrapper/dists \ No newline at end of file