You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/19 07:48:28 UTC

[maven-build-cache-extension] branch master updated: Disable jdk 8 on jenkins

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-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 216424e  Disable jdk 8 on jenkins
216424e is described below

commit 216424e2a355a1b72b7cc6594458ca76d158a7ca
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu May 19 09:37:40 2022 +0200

    Disable jdk 8 on jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..bcfdaeb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild( 'jdks' : [ "11", "17" ] )