chore(Gradle): add cli opts to build
This commit is contained in:
parent
63e5eaecca
commit
d65c69c89b
@ -2,9 +2,9 @@
|
||||
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
|
||||
paths:
|
||||
- "**/build"
|
||||
- "**/build"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user