gilde-ci-cd/documentation/chapters/templates/java/maven/maven-dependencies-template.adoc
2022-07-08 09:55:35 +02:00

17 lines
377 B
Plaintext

:sourcedir: ../../../../../templates/
= Gradle Dependencies Template
This Template resolves the Maven Dependencies of your Projekt.
The result will be cached when you include the common CI variables.
.Variables
|===
|Name |Description | Default Value
|===
.mvn-dependencies-template
[source, yaml]
----
include::{sourcedir}java/maven/maven-dependencies.gitlab-ci.yml[]
----