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