Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
49ba36ff
Commit
49ba36ff
authored
Jul 21, 2021
by
michael.simon
Browse files
use specific maven and jdk version to build
parent
40ae4dd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
49ba36ff
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment