Skip to content

Commit 5e002c2

Browse files
authored
Merge pull request #318 from nikarh/patch-1
Added --allow-script-in-comments to javadoc config
2 parents cd90440 + 7d553e3 commit 5e002c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
136136
<script>hljs.initHighlightingOnLoad();</script>
137137
]]></top>
138+
<!-- Required for Java 8u121 or later. See https://github.com/neo4j/neo4j-java-driver/pull/318 -->
139+
<!--<additionalparam>&#45;&#45;allow-script-in-comments</additionalparam>-->
138140
</configuration>
139141
<executions>
140142
<execution>

0 commit comments

Comments
 (0)