diff options
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |