Skip to content
GitLab
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
db90c603
Commit
db90c603
authored
Sep 27, 2018
by
Daniel Le Berre
Browse files
Adding build for java 11. Moving from maven 3.5.3 to 3.5.4 for that.
parent
c7e21270
Pipeline
#2973
passed with stages
in 54 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
db90c603
...
...
@@ -10,7 +10,7 @@ variables:
java8
:
image
:
maven:3.5.
3
-jdk-8
image
:
maven:3.5.
4
-jdk-8
stage
:
build
script
:
-
mvn $MAVEN_CLI_OPTS clean org.jacoco:jacoco-maven-plugin:prepare-agent --settings settings.xml deploy
...
...
@@ -30,14 +30,21 @@ jars-j8:
expire_in
:
4 weeks
java7
:
image
:
maven:3.5.
3
-jdk-7
image
:
maven:3.5.
4
-jdk-7
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
java10
:
image
:
maven:3.5.
3
-jdk-10
image
:
maven:3.5.
4
-jdk-10
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
allow_failure
:
true
allow_failure
:
false
java11
:
image
:
maven:3.5.4-jdk-11
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
allow_failure
:
false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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