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 116e701 commit d744e35Copy full SHA for d744e35
pom.xml
@@ -1196,7 +1196,7 @@
1196
<!-- Java 17+ adds a warning for every single class/method/etc. without a javadoc comment, and we have lots of those.-->
1197
<additionalOption>-Xdoclint:all,-missing</additionalOption>
1198
</additionalOptions>
1199
-<!-- <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>
1200
</configuration>
1201
</plugin>
1202
<plugin>
0 commit comments