16 lines
583 B
Plaintext
16 lines
583 B
Plaintext
[#_Gradle-build-template]
|
|
= Gradle-build-template
|
|
|
|
This template resolves the gradle dependencies of your project and builds the project.
|
|
The result will be cached when you include the common CI variables.
|
|
The resulting build files will be published as artifacts.
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|GRADLE_CLI_OPTS | Additional Options that will be passed to Gradle | ""
|
|
|GRADLE_CLI_BUILD_OPTS | Additional Options that will be passed to Gradle while Building | ""
|
|
|===
|
|
|
|
:template: java/gradle/gradle-build.gitlab-ci.yml
|
|
include::../../../../template-printer.adoc[] |