15 lines
805 B
Plaintext
15 lines
805 B
Plaintext
= Gradle license template
|
|
|
|
This template executes the cycloneBom gradle task which generates license information from gradle.xml files and stores them in a _bom.xml_ file. For more details: https://gitlab.exxcellent.de/gilden/ci/exxcellent-license-tools[Gilde CI/CD: exxcellent-license-tool].
|
|
|
|
TIP: Instead of using this template to generate the bom file you can simply include the _cyclonedxBom_ task in your regular gradle build <<_Gradle-build-template>> by adding it to the _GRADLE_CLI_OPTS_.
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|GRADLE_CLI_OPTS | Additional Options that will be passed to Gradle | ""
|
|
|GRADLE_EXTRA_OPTS | Additional Extra Options that will be passed to Gradle | ""
|
|
|===
|
|
|
|
:template: java/gradle/gradle-license.gitlab-ci.yml
|
|
include::../../../../template-printer.adoc[] |