Skip to content

Commit

Permalink
Added --add-opens
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 8, 2024
1 parent ae2eb5c commit 6f110f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.sisu.inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>-Xmx64m @{jacoco.argLine}</argLine>
<argLine>-Xmx64m --add-opens java.base/java.lang=ALL-UNNAMED @{jacoco.argLine}</argLine>
<classpathDependencyExcludes>
<classpathDependencyExclude>com.google.guava:guava</classpathDependencyExclude>
<classpathDependencyExclude>com.google.inject:guice</classpathDependencyExclude>
Expand Down

0 comments on commit 6f110f9

Please sign in to comment.