.gradle-licence: image: $GRADLE_IMAGE stage: post-process 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"