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
37faa28d
Commit
37faa28d
authored
Mar 11, 2018
by
Daniel Le Berre
Browse files
Relying on jdk 10 instead of 9 to fix certificat issue
parent
c393a4f3
Pipeline
#1884
failed with stages
in 61 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
37faa28d
...
...
@@ -35,8 +35,8 @@ java7:
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
java
9
:
image
:
maven:3.5.3-jdk-
9
java
10
:
image
:
maven:3.5.3-jdk-
10
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