]> source.dussan.org Git - archiva.git/commitdiff
Switching to JDK 8 for compile and test 38/head
authorMartin Stockhammer <martin_s@apache.org>
Thu, 25 Oct 2018 18:43:28 +0000 (20:43 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Thu, 25 Oct 2018 18:43:28 +0000 (20:43 +0200)
Jenkinsfile

index 8da5cc0adba8df6341b122cebf77ee61ad2dafdb..2c59b56b332ac2708aac7a33901ae7877798e16e 100644 (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"