Skip to content

Commit 78704f5

Browse files
committed
WIP
1 parent 7c80dbe commit 78704f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.continue.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
./gradlew resolveAndLockAll --write-locks &&
313313
{% endif %}
314314
MAVEN_OPTS="-Xms64M -Xmx256M"
315-
GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx2560M -Xms2560M -XX:ErrorFile=/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp'"
315+
GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx2560M -Xms2560M -Dkotlin.compiler.execution.strategy=in-process -XX:ErrorFile=/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp'"
316316
./gradlew clean
317317
<< parameters.gradleTarget >>
318318
-PskipTests

0 commit comments

Comments
 (0)