chore(Gradle): add cli opts to build
This commit is contained in:
parent
63e5eaecca
commit
d65c69c89b
@ -2,7 +2,7 @@
|
||||
stage: build
|
||||
image: $GRADLE_IMAGE
|
||||
script:
|
||||
- "./gradlew --build-cache clean assemble"
|
||||
- "./gradlew $GRADLE_CLI_OPTS --build-cache clean assemble"
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
when: on_success
|
||||
|
||||
Loading…
Reference in New Issue
Block a user