File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments