From 874fe8a42a9a59e9c93fae6fba8ec4bb701a473e Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 19 Feb 2020 13:05:30 -0600 Subject: [PATCH] https://github.com/asciidoctor/asciidoclet/pull/91 - re-disable as the Travis CI JDK 11 build did not like it --- gradle/published-java-module.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/published-java-module.gradle b/gradle/published-java-module.gradle index ffc3fd5297..4e30217f6c 100644 --- a/gradle/published-java-module.gradle +++ b/gradle/published-java-module.gradle @@ -136,9 +136,9 @@ javadoc { addStringOption( 'Xdoclint:none', '-quiet' ) } - // by default, exclude the files from Asciidoclet processing - // add the @asciidoclet tag to enable Asciidoclet on a particular file - options.addStringOption( '-exclude-asciidoclet-process', '**' ) +// // by default, exclude the files from Asciidoclet processing +// // add the @asciidoclet tag to enable Asciidoclet on a particular file +// options.addStringOption( '-exclude-asciidoclet-process', '**' ) tags( 'todo:X"',