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:
parent
9182e30443
commit
273b729803
|
@ -1,6 +1,6 @@
|
||||||
#!groovy
|
#!groovy
|
||||||
|
|
||||||
def jdk = 'jdk7'
|
def jdk = 'jdk8'
|
||||||
|
|
||||||
node("linux") {
|
node("linux") {
|
||||||
// System Dependent Locations
|
// System Dependent Locations
|
||||||
|
|
Loading…
Reference in New Issue