Skip to content

Commit 33750fa

Browse files
committed
Disable kotlin icremental builds
1 parent c9ef3ef commit 33750fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
docker:
66
- image: shadowsocks/shadowsocks-android:circleci
77
environment:
8-
JVM_OPTS: -Xmx3.5g
8+
JVM_OPTS: -Xmx3.5g -Dkotlin.incremental=false
99
steps:
1010
- checkout
1111
- run: git submodule update --init --recursive

0 commit comments

Comments
 (0)