From b99fdc2480e13d93f8922078c3e726d3764eaeae Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Thu, 25 Oct 2018 20:43:28 +0200 Subject: [PATCH] Switching to JDK 8 for compile and test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8da5cc0ad..2c59b56b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" -- 2.39.5