Skip to content

Commit b1f3267

Browse files
committed
Fix javadoc for build with jdk > 1.8.0_121
1 parent 1190b02 commit b1f3267

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@
2020
<url>[email protected]:assertj/assertj-db</url>
2121
<tag>HEAD</tag>
2222
</scm>
23+
2324
<issueManagement>
2425
<system>github</system>
2526
<url>https://github.com/assertj/assertj-db/issues</url>
2627
</issueManagement>
28+
29+
<properties>
30+
<javadocAdditionalOptions>--allow-script-in-comments</javadocAdditionalOptions>
31+
</properties>
32+
2733
<dependencies>
2834
<dependency>
2935
<groupId>org.assertj</groupId>
@@ -237,6 +243,7 @@
237243
hljs.initHighlightingOnLoad();
238244
</script>
239245
]]></footer>
246+
<additionalJOption>${javadocAdditionalOptions}</additionalJOption>
240247
</configuration>
241248
</plugin>
242249
</plugins>

0 commit comments

Comments
 (0)