From c0818b568aac1a948e6751514163c530f43f6e30 Mon Sep 17 00:00:00 2001 From: pluu Date: Fri, 13 Dec 2024 00:14:30 +0900 Subject: [PATCH] =?UTF-8?q?gradle.properties=20=EC=8B=AC=EB=B3=BC=EB=A6=AD?= =?UTF-8?q?=20=EB=A7=81=ED=81=AC=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-logic/gradle.properties | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 build-logic/gradle.properties diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties deleted file mode 100644 index 6024c581..00000000 --- a/build-logic/gradle.properties +++ /dev/null @@ -1,18 +0,0 @@ -# Gradle properties are not passed to included builds https://github.com/gradle/gradle/issues/2534 -org.gradle.parallel=true -org.gradle.caching=true -org.gradle.configureondemand=true -org.gradle.daemon=true - -# K2 Options -android.lint.useK2Uast=true - -# Gradle 7.2 or Higher -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 - -# Use latest lint alpha for best available K2 support -android.experimental.lint.version=8.8.0-rc01 \ No newline at end of file diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties new file mode 120000 index 00000000..7677fb73 --- /dev/null +++ b/build-logic/gradle.properties @@ -0,0 +1 @@ +../gradle.properties \ No newline at end of file