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 6fded8337f38f2ca9b313ae04601c8e9cb2a7f55 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sun Apr 29 21:33:01 2018 +0200 Add JDK10 and test it. --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index fdf3c45..4fc4a3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,7 @@ * under the License. */ +// Currently we can only build with JDK8+ based on the usage +// of takari-plugin-integration-testing within integration +// tests. asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10" ] )
