We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae80120 commit 406b90dCopy full SHA for 406b90d
pom.xml
@@ -90,6 +90,10 @@
90
<plugin>
91
<groupId>org.apache.maven.plugins</groupId>
92
<artifactId>maven-compiler-plugin</artifactId>
93
+ <!-- When attempting to compile on higher Java versions, you may encounter
94
+ some issues with Unsafe. In Intellij unset the 'use -release' under the
95
+ javac compiler page and it'll happily compile once again
96
+ -->
97
<configuration>
98
<source>1.8</source>
99
<target>1.8</target>
0 commit comments