Skip to content

Commit

Permalink
[testing] Java 17 / JDK-8266851: java.base/java.util
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed Jul 8, 2021
1 parent d9def87 commit 4af1992
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 @@ -346,7 +346,7 @@
<configuration>
<trimStackTrace>false</trimStackTrace>
<!-- Workaround for https://github.com/stefanbirkner/system-lambda/issues/23 -->
<argLine>--illegal-access=permit --add-opens java.base/jdk.internal.loader=ALL-UNNAMED</argLine>
<argLine>--illegal-access=permit --add-opens=java.base/java.util.jar=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 4af1992

Please sign in to comment.