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 <[email protected]>
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" ] )