Skip to content

Commit

Permalink
Add extraJvmArguments for spark module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Feb 12, 2024
1 parent 43fd9a0 commit 84cefd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
</execution>
</executions>
<configuration>
<extraJvmArguments>--add-opens=java.base/sun.nio.ch=ALL-UNNAMED</extraJvmArguments>
<programs>
<program>
<mainClass>fr.insee.trevas.jupyter.VtlKernel</mainClass>
Expand All @@ -175,7 +176,6 @@
</manifest>
<manifestEntries>
<Automatic-Module-Name>fr.insee.trevas.jupyter</Automatic-Module-Name>
<Add-Opens>java.base/sun.nio.ch</Add-Opens>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 84cefd3

Please sign in to comment.