Optimize build configuration

This commit is contained in:
LooKeR 2023-09-06 11:26:49 +05:30
parent 33e478210c
commit a6128667fc
No known key found for this signature in database
GPG Key ID: B3F6CA3C8C91CC22
3 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@ dependencyResolutionManagement {
google()
mavenCentral()
}
}
rootProject.name = "build-logic"

View File

@ -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

View File

@ -1,9 +1,9 @@
pluginManagement {
includeBuild("build-logic")
repositories {
gradlePluginPortal()
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {