.gradle-licence-bom: image: $GRADLE_IMAGE stage: build interruptible: true script: - > if [ "$BACKEND_DIR" != "" ]; then cd $BACKEND_DIR fi - ./gradlew --build-cache $GRADLE_OPTS cyclonedxBom $GRADLE_CLI_OPTS $GRADLE_EXTRA_OPTS needs: [] artifacts: expire_in: 2 weeks reports: junit: - "$BACKEND_DIR/build/reports/bom.json"