Skip to content

Commit 406b90d

Browse files
committed
Add note on weird compile issue in IntelliJ
1 parent ae80120 commit 406b90d

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
@@ -90,6 +90,10 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<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+
-->
9397
<configuration>
9498
<source>1.8</source>
9599
<target>1.8</target>

0 commit comments

Comments
 (0)