Skip to content

Commit

Permalink
Fixes "package sun.misc does not exist" on JDK 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Aug 23, 2023
1 parent 25224a5 commit ffaf291
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release combine.self="override"/>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<repositories>
<repository>
<id>scijava.public</id>
Expand Down

0 comments on commit ffaf291

Please sign in to comment.