Commit 5555e2a3 authored by Mygod's avatar Mygod

Disable daemons again

parent 8cce43b4
......@@ -5,7 +5,8 @@ jobs:
docker:
- image: shadowsocks/shadowsocks-android:circleci
environment:
JVM_OPTS: -Xmx3.5g -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
JVM_OPTS: -Xmx3.5g
GRADLE_OPTS: -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