Skip to content

Commit c8dabe6

Browse files
committed
HV-2145 Update Javadoc theme to match the min JDK version required for the build
Signed-off-by: marko-bekhta <[email protected]>
1 parent e6f7a52 commit c8dabe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@
11941194
<!-- Java 17+ adds a warning for every single class/method/etc. without a javadoc comment, and we have lots of those.-->
11951195
<additionalOption>-Xdoclint:all,-missing</additionalOption>
11961196
</additionalOptions>
1197-
<!-- <stylesheetfile>${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk21/stylesheet.css</stylesheetfile>-->
1197+
<stylesheetfile>${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk${jdk.min.version}/stylesheet.css</stylesheetfile>
11981198
</configuration>
11991199
</plugin>
12001200
<plugin>

0 commit comments

Comments
 (0)