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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c2d958  Build with JDK 17 and 21 in Jenkins
4c2d958 is described below

commit 4c2d958cf7e849d79189e55f24df87107b8dcc7e
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Jun 26 08:12:39 2024 +0200

    Build with JDK 17 and 21 in Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..5fed9c5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(jdks:[ "17", "21" ])

Reply via email to