Skip to content
Snippets Groups Projects
Commit ced8123f authored by Jesper's avatar Jesper
Browse files

Use JDK8 in Jenkinsfile to fix Maven problem

parent 21f3d1e1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ pipeline {
}
tools {
jdk 'oracle-jdk-7'
// Use JDK8 to avoid TLS protocol version problem for Maven.
// https://stackoverflow.com/questions/51090914/received-fatal-alert-protocol-version-build-failure-gradle-maven
jdk 'oracle-jdk-8'
gradle 'gradle-4.4.1'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment