Skip to content

Commit 1a3e4e0

Browse files
author
Simon Priadka
committed
jdk17 support revisited
1 parent 238620b commit 1a3e4e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<properties>
5454
<!-- configuration settings -->
55-
<jvm.options></jvm.options>
55+
<client.jvm.jpms.args></client.jvm.jpms.args>
5656
<as.managementAddress>127.0.0.1</as.managementAddress>
5757
<as.managementPort>9990</as.managementPort>
5858
<browser>phantomjs</browser>
@@ -366,7 +366,7 @@
366366
</systemPropertyVariables>
367367
<groups>${test.included.category}</groups>
368368
<excludedGroups>${test.excluded.category},${upstream.excluded.category}</excludedGroups>
369-
<argLine>${jvm.options}</argLine>
369+
<argLine>${client.jvm.jpms.args}</argLine>
370370
</configuration>
371371
</plugin>
372372
</plugins>
@@ -426,7 +426,7 @@
426426
<jdk>[17,)</jdk>
427427
</activation>
428428
<properties>
429-
<jvm.options>--add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</jvm.options>
429+
<client.jvm.jpms.args>--add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</client.jvm.jpms.args>
430430
</properties>
431431
</profile>
432432
<profile>

0 commit comments

Comments
 (0)