Skip to content

Commit 00f224e

Browse files
committed
Add (commented-out) JavaDoc build flag required for Java 8u121 or later
1 parent 6dae789 commit 00f224e

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
@@ -107,6 +107,8 @@
107107
});
108108
</script>
109109
&lt;script type='text/javascript' src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'&gt;&lt;/script&gt;</header>
110+
<!-- Required for Java 8u121 or later. See https://github.com/neo4j/neo4j-java-driver/pull/318 -->
111+
<!--<additionalparam>&#45;&#45;allow-script-in-comments</additionalparam>-->
110112
</configuration>
111113
<executions>
112114
<execution>

0 commit comments

Comments
 (0)