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