Build core with JDK8 due to 'Received fatal alert: protocol_version' when downloading https://www.apache.org/licenses/LICENSE-2.0.txt

This commit is contained in:
rfscholte 2018-06-08 21:44:03 +02:00
parent 6cb5db1639
commit f1ed22d9ed
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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']