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:11:09 UTC

[maven-site] branch master updated: Switch Jenkins to Java 17 (2nd stage also)

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 f616b14e Switch Jenkins to Java 17 (2nd stage also)
f616b14e is described below

commit f616b14e0dca9604bd106f96f0e9de21677a6412
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:10:39 2022 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 64ec8ebe..af88a97a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@
                 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),