- re-disable as the Travis CI JDK 11 build did not like it
This commit is contained in:
Steve Ebersole 2020-02-19 13:05:30 -06:00
parent aa87f15708
commit 874fe8a42a
1 changed files with 3 additions and 3 deletions

View File

@ -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"',