Skip to content

Commit fa96067

Browse files
committed
Prevent JVM forking
1 parent 5555e2a commit fa96067

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- image: shadowsocks/shadowsocks-android:circleci
77
environment:
88
JVM_OPTS: -Xmx3.5g
9-
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
9+
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process" -Dandroid.enableAapt2=false
1010
steps:
1111
- checkout
1212
- run: git submodule update --init --recursive

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212
android.enableJetifier=true
1313
android.useAndroidX=true
14-
org.gradle.jvmargs=-Xmx2g
1514

1615
# When configured, Gradle will run in incubating parallel mode.
1716
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)