Add gradle.properties to build-logic synced with root gradle.properties (#3159)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
ArthurKun
2026-03-31 07:40:06 +08:00
committed by Jobobby04
parent a1daf53188
commit 1682962703
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ android.useAndroidX=true
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion=2
# Configuration should be synced with [/gradle/build-logic/gradle.properties]
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
+8
View File
@@ -0,0 +1,8 @@
# Configuration should be synced with [/gradle.properties]
#
# Gradle properties are not passed to included builds
# https://github.com/gradle/gradle/issues/2534
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
org.gradle.parallel=true