Skip to content

Commit d744e35

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 116e701 commit d744e35

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
@@ -1196,7 +1196,7 @@
11961196
<!-- Java 17+ adds a warning for every single class/method/etc. without a javadoc comment, and we have lots of those.-->
11971197
<additionalOption>-Xdoclint:all,-missing</additionalOption>
11981198
</additionalOptions>
1199-
<!-- <stylesheetfile>${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk21/stylesheet.css</stylesheetfile>-->
1199+
<stylesheetfile>${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk${jdk.min.version}/stylesheet.css</stylesheetfile>
12001200
</configuration>
12011201
</plugin>
12021202
<plugin>

0 commit comments

Comments
 (0)