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