CI: Add Licence file and Licence checksum
This commit is contained in:
parent
f94cfabb8a
commit
f4d08339ce
|
@ -10,10 +10,9 @@ android:
|
||||||
- android-27
|
- android-27
|
||||||
- extra-m2-repository
|
- extra-m2-repository
|
||||||
|
|
||||||
licences:
|
|
||||||
- android-sdk-license-.+
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- mkdir "$ANDROID_HOME/licenses" || true
|
||||||
|
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
|
||||||
- touch empty.file
|
- touch empty.file
|
||||||
- gradle wrapper --gradle-version 4.1 -b empty.file
|
- gradle wrapper --gradle-version 4.1 -b empty.file
|
||||||
- rm empty.file
|
- rm empty.file
|
||||||
|
|
Loading…
Reference in New Issue