@@ -426,9 +426,7 @@
<source>${maven.compiler.source}</source>
<encoding>${project.build.sourceEncoding}</encoding>
<fork>true</fork>
- <compilerArgs>
- <arg>jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
- </compilerArgs>
+ <release>8</release>
</configuration>
</plugin>
<plugin>