update ci script
This commit is contained in:
parent
7c5085c182
commit
de72a5dcda
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
image: openjdk:8-jdk
|
||||
|
||||
variables:
|
||||
GRADLE_VERSION: "4.10"
|
||||
GRADLE_VERSION: "4.10.3"
|
||||
|
||||
before_script:
|
||||
- ${GRADLE_HOME}/bin/gradle wrapper --gradle-version ${GRADLE_VERSION} -Dcom.android.build.gradle.overrideVersionCheck=true
|
||||
|
|
Loading…
Reference in a new issue