Switching to JDK 8 for compile and test

This commit is contained in:
Martin Stockhammer 2018-10-25 20:43:28 +02:00
parent 3478300adb
commit b99fdc2480
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@
* Only the war and zip artifacts are archived in the jenkins build archive.
*/
LABEL = 'ubuntu'
buildJdk = 'JDK 1.7 (latest)'
buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'archiva-uid-jenkins'
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"