From d769eb0cc197ea13240d173a436d7c5a5b5235fa Mon Sep 17 00:00:00 2001 From: pluu Date: Wed, 13 Nov 2024 22:25:18 +0900 Subject: [PATCH] Update, Gradle 8.11 --- build-logic/gradle/wrapper/gradle-wrapper.properties | 2 +- gradle.properties | 2 ++ gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build-logic/gradle/wrapper/gradle-wrapper.properties b/build-logic/gradle/wrapper/gradle-wrapper.properties index 28457842..16c7332d 100644 --- a/build-logic/gradle/wrapper/gradle-wrapper.properties +++ b/build-logic/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip diff --git a/gradle.properties b/gradle.properties index da582be1..da5dfc47 100644 --- a/gradle.properties +++ b/gradle.properties @@ -39,6 +39,8 @@ kotlin.incremental=true org.gradle.configuration-cache=true # Use this flag carefully, in case some of the plugins are not fully compatible. org.gradle.configuration-cache.problems=warn +# Enabling parallel configuration caching +org.gradle.configuration-cache.parallel=true # AGP 8.0 or Higher android.enableBuildConfigAsBytecode=true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 28457842..16c7332d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip