Skip to content

Commit 38bbd80

Browse files
committed
Disable daemon for ci build
1 parent 5b3afb4 commit 38bbd80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies:
99

1010
test:
1111
override:
12-
- ./gradlew clean check -PdisablePreDex
12+
- ./gradlew clean check -PdisablePreDex -Dorg.gradle.daemon=false
1313
- mkdir $CIRCLE_TEST_REPORTS/lint
1414
- mv library/build/outputs/lint-results-debug.* $CIRCLE_TEST_REPORTS/lint

0 commit comments

Comments
 (0)