Commit 71c2fb3c authored by Max Lv's avatar Max Lv

Limit the number of AAPT2 in parallel

parent 14d3c611
...@@ -6,7 +6,7 @@ jobs: ...@@ -6,7 +6,7 @@ jobs:
- image: shadowsocks/shadowsocks-android:circleci - image: shadowsocks/shadowsocks-android:circleci
environment: environment:
JVM_OPTS: -Xmx3.5g JVM_OPTS: -Xmx3.5g
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process" -Dandroid.enableAapt2=false GRADLE_OPTS: --max-workers=1 -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