Skip to content

Commit

Permalink
remove illegal-access flag
Browse files Browse the repository at this point in the history
fixes #49
  • Loading branch information
jangalinski committed Mar 25, 2024
1 parent 53106ba commit d09f9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<!--suppress UnresolvedMavenProperty -->
<argLine>--illegal-access=permit ${failsafeArgLine}</argLine>
<argLine>${failsafeArgLine}</argLine>
<systemPropertyVariables>
<jgiven.report.dir>${project.build.directory}/jgiven-reports</jgiven.report.dir>
</systemPropertyVariables>
Expand Down Expand Up @@ -502,7 +502,7 @@
<shutdown>kill</shutdown>
<runOrder>random</runOrder>
<!--suppress UnresolvedMavenProperty -->
<argLine>--illegal-access=permit ${surefireArgLine} -Djava.awt.headless=true -XX:+StartAttachListener</argLine>
<argLine>${surefireArgLine} -Djava.awt.headless=true -XX:+StartAttachListener</argLine>
<systemPropertyVariables>
<jgiven.report.dir>${project.build.directory}/jgiven-reports</jgiven.report.dir>
</systemPropertyVariables>
Expand Down

0 comments on commit d09f9fa

Please sign in to comment.