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

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

commit 987b4969df707853798e98f224ddc79dc7ff1178
Author: rfscholte <rfscho...@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
rfscho...@apache.org.

Reply via email to