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 2018/05/21 11:46:53 UTC

[maven-javadoc-plugin] branch master updated: Skip Java 10 due to com.sun.tools.doclets removal in Java 10 which causes failing tests, must be fixed later

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 86aa561  Skip Java 10 due to com.sun.tools.doclets removal in Java 10 which causes failing tests, must be fixed later
86aa561 is described below

commit 86aa5613808e5fb15fd801b69f024403f83fbeb9
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon May 21 13:46:45 2018 +0200

    Skip Java 10 due to com.sun.tools.doclets removal in Java 10 which causes failing tests, must be fixed later
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..a8bd6ff 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdk:[7,8,9])

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