Skip to content

Commit 9e485a5

Browse files
committed
v0.0.47
1 parent a501000 commit 9e485a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '**/*.kt'
99

1010
env:
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

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ kotlin.incremental=true
33
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
44
junit.jupiter.execution.parallel.enabled=true
55
junit.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

0 commit comments

Comments
 (0)