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 072436655320bd075dc3a68fce6a66b446731bb0 Author: Karl Heinz Marbaise <[email protected]> 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" ] )
