mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Fix Java tests on AppVeyor by disabling Gradle daemon
This commit is contained in:
parent
88c25a6a6a
commit
83ad646734
@ -3,6 +3,8 @@ image:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
ANDROID_HOME: "C:\\android"
|
ANDROID_HOME: "C:\\android"
|
||||||
|
# If the gradle daemon is used, the build hangs after generating the wrapper
|
||||||
|
GRADLE_OPTS: -Dorg.gradle.daemon=false
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "4"
|
- nodejs_version: "4"
|
||||||
- nodejs_version: "6"
|
- nodejs_version: "6"
|
||||||
|
Loading…
Reference in New Issue
Block a user