diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index 035471ce2..055944861 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -3,11 +3,11 @@ org.gradle.daemon=false org.gradle.parallel=true -org.gradle.jvmargs=-Xmx5120m +org.gradle.jvmargs=-Xmx5120m -XX:MaxMetaspaceSize=2g org.gradle.workers.max=2 kotlin.incremental=false kotlin.compiler.execution.strategy=in-process # Controls KotlinOptions.allWarningsAsErrors. This is used in CI and can be set in local properties. -warningsAsErrors=true \ No newline at end of file +warningsAsErrors=true