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
The following commit(s) were added to refs/heads/master by this push:
new 9c8e511 Build only on JDK 17
9c8e511 is described below
commit 9c8e51199fe4ef57b84bab71260f3e7980100244
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..5da786c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdks:[ "17" ])