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-deploy-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 885b1b8 Build with JDK 17 and 21 in Jenkins 885b1b8 is described below commit 885b1b81df7df359f1a3832d584bc89fe0eab248 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed Jun 26 08:12:05 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" ])