From f1ed22d9ed403daab9fa1af3a34ea0d4a2184ac8 Mon Sep 17 00:00:00 2001 From: rfscholte Date: Fri, 8 Jun 2018 21:44:03 +0200 Subject: [PATCH] Build core with JDK8 due to 'Received fatal alert: protocol_version' when downloading https://www.apache.org/licenses/LICENSE-2.0.txt --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cda629ef39..8245fee4ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))]) def buildOs = 'linux' -def buildJdk = '7' +def buildJdk = '8' def buildMvn = '3.5.0' def runITsOses = ['linux', 'windows'] def runITsJdks = ['7', '8']