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