Skip to content

Commit 2dfaac6

Browse files
author
TheSnoozer
committed
backport --adds-open workaround that allows to test to run with java 17-ea
1 parent 1164f5e commit 2dfaac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<configuration>
218218
<trimStackTrace>false</trimStackTrace>
219219
<!-- Workaround for https://github.com/stefanbirkner/system-lambda/issues/23 -->
220-
<argLine>--illegal-access=permit</argLine>
220+
<argLine>--illegal-access=permit --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
221221
</configuration>
222222
</plugin>
223223
</plugins>

0 commit comments

Comments
 (0)