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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2b0b25  Run integration tests only with Java 8, 11 and 15
f2b0b25 is described below

commit f2b0b25be400ca1174b1af79488ded26b9bfe720
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Sep 24 00:44:11 2020 +0200

    Run integration tests only with Java 8, 11 and 15
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c077a2e..eba32a2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,4 +20,4 @@
 // Currently we can only build with JDK8+ based on the usage
 // of takari-plugin-integration-testing within integration
 // tests.
-asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10", "11", "14", "15" ] )
+asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "15" ] )

Reply via email to