13 lines
277 B
YAML
13 lines
277 B
YAML
.gradle-licence-bom:
|
|
image: $GRADLE_IMAGE
|
|
stage: build
|
|
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"
|