Skip to content

Commit fad4bd7

Browse files
committed
silence warnings about using Unsafe while compiling
1 parent d4fce8a commit fad4bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<configuration>
2222
<source>8</source>
2323
<target>8</target>
24+
<fork>true</fork>
25+
<compilerArgs>
26+
<arg>-XDignore.symbol.file</arg>
27+
</compilerArgs>
2428
</configuration>
2529
</plugin>
2630
<plugin>

0 commit comments

Comments
 (0)