Commit 5555e2a3 authored by Mygod's avatar Mygod

Disable daemons again

parent 8cce43b4
...@@ -5,7 +5,8 @@ jobs: ...@@ -5,7 +5,8 @@ jobs:
docker: docker:
- image: shadowsocks/shadowsocks-android:circleci - image: shadowsocks/shadowsocks-android:circleci
environment: 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: steps:
- checkout - checkout
- run: git submodule update --init --recursive - 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