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-plugin-testing.git
commit 54c359419f6e838464230a69bc40a4ca4728b470 Author: Guillaume Nodet <[email protected]> AuthorDate: Fri Jun 21 10:35:02 2024 +0200 Build only on JDK >= 17 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09ac70f..9119b5c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild() +asfMavenTlpStdBuild(jdks:[ "17", "21" ])
