You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/03/12 09:25:10 UTC

[maven-indexer] branch master updated: Update Jenkinsfile Java (8, 11, 17)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0108729  Update Jenkinsfile Java (8,11,17)
0108729 is described below

commit 0108729befd5587dd4ae02555e1c3296e9d04338
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Mar 12 10:25:06 2022 +0100

    Update Jenkinsfile Java (8,11,17)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5b03424..b710f7b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild(jdk:['8','11','16'])
+asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17" ] )