Commit 2c2868a2 authored by Max Lv's avatar Max Lv

Fix the GRADLE_OPTS

parent 71c2fb3c
......@@ -6,7 +6,7 @@ jobs:
- image: shadowsocks/shadowsocks-android:circleci
environment:
JVM_OPTS: -Xmx3.5g
GRADLE_OPTS: --max-workers=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
GRADLE_OPTS: -Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
steps:
- checkout
- run: git submodule update --init --recursive
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment