Commit fe353e67 authored by Mygod's avatar Mygod

Disable daemons for CI builds

parent e6f11d66
......@@ -5,7 +5,7 @@ jobs:
docker:
- image: shadowsocks/shadowsocks-android:circleci
environment:
JVM_OPTS: -Xmx3.5g
JVM_OPTS: -Xmx3.5g -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