Hi, Are we using Asciidoc javadoc in the current tree (i.e. not 6)?
With JDK 11, when ./gradlew :hibernate-core:javadoc is executed and this doclet is enabled, I have the following error: javadoc: error - invalid flag: -Xdoclint:none In the javadoc -X help, it says that doclint is "Provided by the Standard doclet". Removing the asciidoclet declaration fixes the issue. As asciidoclet is not enabled in the aggregateJavadocs task, I'm under the impression that it is not used. Could someone confirm this? Thanks! -- Guillaume _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev