You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/04 21:10:57 UTC

[maven-javadoc-plugin] branch MJAVADOC-555 updated: Test with JDK12 too

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

rfscholte pushed a commit to branch MJAVADOC-555
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/MJAVADOC-555 by this push:
     new 3abdbbc  Test with JDK12 too
3abdbbc is described below

commit 3abdbbc97d9cafed73e36c26105315951c9e2023
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jan 4 22:10:51 2019 +0100

    Test with JDK12 too
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..9d96ed0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(jdk:['7','8','11','12'])