We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f7a52 commit c8dabe6Copy full SHA for c8dabe6
pom.xml
@@ -1194,7 +1194,7 @@
1194
<!-- Java 17+ adds a warning for every single class/method/etc. without a javadoc comment, and we have lots of those.-->
1195
<additionalOption>-Xdoclint:all,-missing</additionalOption>
1196
</additionalOptions>
1197
-<!-- <stylesheetfile>${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk21/stylesheet.css</stylesheetfile>-->
+ <stylesheetfile>${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk${jdk.min.version}/stylesheet.css</stylesheetfile>
1198
</configuration>
1199
</plugin>
1200
<plugin>
0 commit comments