- 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' )
|
addStringOption( 'Xdoclint:none', '-quiet' )
|
||||||
}
|
}
|
||||||
|
|
||||||
// by default, exclude the files from Asciidoclet processing
|
// // by default, exclude the files from Asciidoclet processing
|
||||||
// add the @asciidoclet tag to enable Asciidoclet on a particular file
|
// // add the @asciidoclet tag to enable Asciidoclet on a particular file
|
||||||
options.addStringOption( '-exclude-asciidoclet-process', '**' )
|
// options.addStringOption( '-exclude-asciidoclet-process', '**' )
|
||||||
|
|
||||||
tags(
|
tags(
|
||||||
'todo:X"',
|
'todo:X"',
|
||||||
|
|
Loading…
Reference in New Issue