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 d74fadd commit 348be82Copy full SHA for 348be82
pom.xml
@@ -357,6 +357,12 @@
357
<systemPropertyVariables combine.children="append">
358
<JDBCLoader.URL>http://exampleurl.com</JDBCLoader.URL>
359
</systemPropertyVariables>
360
+ <argLine>
361
+ --add-opens java.base/java.lang=ALL-UNNAMED
362
+ --add-opens java.base/java.lang.ref=ALL-UNNAMED
363
+ --add-opens java.base/java.util=ALL-UNNAMED
364
+ --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED
365
+ </argLine>
366
</configuration>
367
<dependencies>
368
<dependency>
0 commit comments