You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/29 19:35:12 UTC

[maven-artifact-transfer] 01/08: Add JDK10 and test it.

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

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

commit bfc522ee978b4e3058673a9bb9ecc7116ef551c2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Apr 29 21:33:01 2018 +0200

    Add JDK10 and test it.
---
 Jenkinsfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 072e52e..4fc4a3e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,7 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild( 'jdks' : ["8", "9"] )
+// Currently we can only build with JDK8+ based on the usage
+// of takari-plugin-integration-testing within integration
+// tests.
+asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10" ] )

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.