CI: add empty file to avoid build.gradle scan during wrapper generation in

This commit is contained in:
Schoumi 2018-03-13 16:06:34 +01:00
parent 597ddb185b
commit 3678f5d7e7
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
language: android
java: oraclejdk8
android:
componentes:
- tools
@ -10,4 +11,6 @@ android:
- extra-m2-repository
before_script:
- gradle wrapper --gradle-version 4.1 -Dcom.android.build.gradle.overrideVersionCheck=true
- touch empty.file
- gradle wrapper --gradle-version 4.1 -b empty.file
- rm empty.file