You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/08/20 12:08:45 UTC

[maven-site] branch master updated: Switch Jenkins to Java 17

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 549b0fce Switch Jenkins to Java 17
549b0fce is described below

commit 549b0fce1190303c11062fa75e0c0a8fe94be581
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:08:36 2022 +0200

    Switch Jenkins to Java 17
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a10613f1..64ec8ebe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,7 @@
                 not { branch 'master' }
             }
             steps {
-                withMaven(jdk:'jdk_1.8_latest', maven:'maven_3_latest', mavenLocalRepo:'.repository', options: [
+                withMaven(jdk:'jdk_17_latest', maven:'maven_3_latest', mavenLocalRepo:'.repository', options: [
                   artifactsPublisher(disabled: true),
                   junitPublisher(disabled: true),
                   findbugsPublisher(disabled: true),