- re-disable as the Travis CI JDK 11 build did not like it
This commit is contained in:
parent
aa87f15708
commit
874fe8a42a
|
@ -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"',
|
||||
|
|
Loading…
Reference in New Issue