Updated on 2026-08-14
This commit is contained in:
parent
9a5bfa4b26
commit
5e2ee857f9
2 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
org.gradle.jvmargs=-Xmx7g -XX:MaxMetaspaceSize=512m -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx7g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
org.gradle.workers.max=3
|
||||
org.gradle.workers.max=8
|
||||
org.gradle.daemon=false
|
||||
org.gradle.unsafe.configuration-cache=false
|
||||
org.gradle.console=plain
|
||||
|
|
@ -10,5 +10,4 @@ android.useAndroidX=true
|
|||
android.nonTransitiveRClass=false
|
||||
android.aapt2FromMavenOverride=/opt/android-sdk/build-tools/34.0.0/aapt2
|
||||
|
||||
kotlin.incremental=false
|
||||
kotlin.compiler.execution.strategy=in-process
|
||||
kotlin.incremental=true
|
||||
|
|
@ -87,7 +87,7 @@ platform :android do
|
|||
|
||||
desc "Publish internal and external builds to Firebase App Distribution"
|
||||
lane :publishToFirebase do |options|
|
||||
FileUtils.cp("../ci_resources/build_8gb_ram_ci_gradle.properties", "../gradle.properties")
|
||||
FileUtils.cp("../ci_resources/build_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
|
||||
gradle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue