This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch TESTING_ONJDK11 in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
commit ab4bb6accb8cc2e6ef31f5d6c86d48bc228d1d45 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Sep 22 14:07:23 2018 +0200 First Try to get build on JDK11 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e9f05f7..f99e738 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild() +asfMavenTlpPlgnBuild( jdks: [ '7', '8', '9', '10', '11' ] )