File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 - ' **/*.kt'
99
1010env :
11- GRADLE_OPTS : " -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=4 -Dkotlin.incremental=true -Dorg.gradle.configuration-cache=true -Dorg.gradle.build-cache=true -Dorg.gradle.caching=true"
12- JVM_OPTS : " -Xmx3g -XX:MaxMetaspaceSize=768m -XX:+UseG1GC -XX:+UseStringDeduplication"
11+ GRADLE_OPTS : " -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=4 -Dkotlin.incremental=true -Dorg.gradle.configuration-cache=true -Dorg.gradle.build-cache=true -Dorg.gradle.caching=true -Dorg.gradle.jvmargs= \" -Xmx3g -XX:MaxMetaspaceSize=1g -XX:+UseG1GC -XX:+UseStringDeduplication -Dfile.encoding=UTF-8 \" -Dkotlin.daemon.jvmargs= \" -Xmx2g -XX:MaxMetaspaceSize=768m -XX:+UseG1GC \" "
12+ JVM_OPTS : " -Xmx3g -XX:MaxMetaspaceSize=1g -XX:+UseG1GC -XX:+UseStringDeduplication -Dfile.encoding=UTF-8 "
1313 TESTCONTAINERS_RYUK_DISABLED : false
1414 TESTCONTAINERS_REUSE_ENABLE : true
1515 DOCKER_BUILDKIT : 1
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ kotlin.incremental=true
33org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
44junit.jupiter.execution.parallel.enabled =true
55junit.jupiter.execution.parallel.mode.default =concurrent
6+ org.gradle.jvmargs =-Xmx3g -XX:MaxMetaspaceSize =1g -XX:+UseG1GC -XX:+UseStringDeduplication -Dfile.encoding =UTF-8
7+ kotlin.daemon.jvmargs =-Xmx2g -XX:MaxMetaspaceSize =768m -XX:+UseG1GC
You can’t perform that action at this time.
0 commit comments