We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1164f5e commit 2dfaac6Copy full SHA for 2dfaac6
maven/pom.xml
@@ -217,7 +217,7 @@
217
<configuration>
218
<trimStackTrace>false</trimStackTrace>
219
<!-- Workaround for https://github.com/stefanbirkner/system-lambda/issues/23 -->
220
- <argLine>--illegal-access=permit</argLine>
+ <argLine>--illegal-access=permit --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
221
</configuration>
222
</plugin>
223
</plugins>
0 commit comments