Skip to content
Snippets Groups Projects
Commit 49ba36ff authored by Michael Simon's avatar Michael Simon
Browse files

use specific maven and jdk version to build

parent 40ae4dd8
No related branches found
No related tags found
No related merge requests found
image: maven:latest
variables:
MAVEN_CLI_OPTS: "-s maven/settings.xml --batch-mode"
image: maven:3-jdk-11
cache:
paths:
......@@ -11,4 +8,4 @@ cache:
build:
stage: build
script:
mvn $MAVEN_CLI_OPTS package
mvn -s maven/settings.xml -B package
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment