Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SAT4J
sat4j
Commits
17fc54bc
Commit
17fc54bc
authored
Mar 10, 2018
by
Daniel Le Berre
Browse files
update to maven 3.5.3
parent
1813cebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17fc54bc
...
...
@@ -10,7 +10,7 @@ variables:
java8
:
image
:
maven:3.5.
0
-jdk-8
image
:
maven:3.5.
3
-jdk-8
stage
:
build
script
:
-
mvn $MAVEN_CLI_OPTS clean org.jacoco:jacoco-maven-plugin:prepare-agent --settings settings.xml deploy
...
...
@@ -30,13 +30,13 @@ jars-j8:
expire_in
:
4 weeks
java7
:
image
:
maven:3.5.
0
-jdk-7
image
:
maven:3.5.
3
-jdk-7
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
java9
:
image
:
maven:3.5.
0
-jdk-9
image
:
maven:3.5.
3
-jdk-9
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
...
...
Write
Preview
Supports
Markdown
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