chore(Gradle): add cli opts to build

This commit is contained in:
Wolfram Gulde 2022-02-28 15:16:54 +00:00
parent 63e5eaecca
commit d65c69c89b

View File

@ -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"