Optimize build configuration
This commit is contained in:
parent
33e478210c
commit
a6128667fc
@ -3,7 +3,6 @@ dependencyResolutionManagement {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
rootProject.name = "build-logic"
|
||||
|
@ -11,7 +11,7 @@
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
#Sun Sep 11 10:12:12 IST 2022
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M" -Dfile.encoding\=UTF-8
|
||||
org.gradle.jvmargs=-Xmx6g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
|
||||
android.useAndroidX=true
|
||||
org.gradle.parallel=true
|
||||
android.enableJetifier=false
|
||||
|
@ -1,9 +1,9 @@
|
||||
pluginManagement {
|
||||
includeBuild("build-logic")
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
|
Loading…
x
Reference in New Issue
Block a user