Skip to content

Commit

Permalink
Add Add-Opens configuration to maven-jar-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Feb 12, 2024
1 parent 0e6e045 commit 6e20954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,15 @@
</manifest>
<manifestEntries>
<Automatic-Module-Name>fr.insee.trevas.jupyter</Automatic-Module-Name>
<Add-Opens>java.base/sun.nio.ch</Add-Opens>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<release>${java.version}</release>
<testRelease>${java.version}</testRelease>
Expand Down

0 comments on commit 6e20954

Please sign in to comment.