.gradle-licence: image: $GRADLE_IMAGE stage: post-process before_script: - "cd $BACKEND_DIR" script: - "./gradlew --build-cache cyclonedxBom $GRADLE_CLI_OPTS" artifacts: expire_in: 2 weeks reports: junit: - "$BACKEND_DIR/build/reports/bom.json"