File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ THE SOFTWARE.
651651 <!-- Version specified in grandparent POM -->
652652 <configuration >
653653 <!-- Make sure to keep the directives in test/pom.xml and war/pom.xml in sync with these. -->
654- <argLine >@{jacocoSurefireArgs} --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED -javaagent:${org.mockito:mockito-core:jar} </argLine >
654+ <argLine >@{jacocoSurefireArgs} --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED -javaagent:" ${org.mockito:mockito-core:jar} " </argLine >
655655 <reuseForks >false</reuseForks >
656656 </configuration >
657657 </plugin >
You can’t perform that action at this time.
0 commit comments