Updated build to JDK 8 otherwise TLS communication with

Maven Central fails due to outdated TLS version/ciphers.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2020-03-07 21:15:13 +01:00
parent 9182e30443
commit 273b729803
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
#!groovy
def jdk = 'jdk7'
def jdk = 'jdk8'
node("linux") {
// System Dependent Locations