Fix Java tests on AppVeyor by disabling Gradle daemon

This commit is contained in:
Raphael von der Grün 2018-06-13 16:09:07 +02:00
parent 88c25a6a6a
commit 83ad646734

View File

@ -3,6 +3,8 @@ image:
environment:
ANDROID_HOME: "C:\\android"
# If the gradle daemon is used, the build hangs after generating the wrapper
GRADLE_OPTS: -Dorg.gradle.daemon=false
matrix:
- nodejs_version: "4"
- nodejs_version: "6"