build: restore argLine to fix code coverage
Some checks failed
CI / build-with-it (11, 1.2.0) (push) Successful in 49s
CI / build-with-it (11, 1.20.0) (push) Successful in 1m6s
CI / build-with-it (17, 1.2.0) (push) Successful in 44s
CI / build-with-it (true, 21, 1.20.0) (push) Successful in 1m26s
CI / build-with-it (21, 1.2.0) (push) Failing after 14m11s
CI / build-with-it (17, 1.20.0) (push) Failing after 14m36s
Some checks failed
CI / build-with-it (11, 1.2.0) (push) Successful in 49s
CI / build-with-it (11, 1.20.0) (push) Successful in 1m6s
CI / build-with-it (17, 1.2.0) (push) Successful in 44s
CI / build-with-it (true, 21, 1.20.0) (push) Successful in 1m26s
CI / build-with-it (21, 1.2.0) (push) Failing after 14m11s
CI / build-with-it (17, 1.20.0) (push) Failing after 14m36s
Partially reverts da4fffc823
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -43,6 +43,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<argLine />
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -128,7 +129,9 @@
|
||||
<version>3.5.3</version>
|
||||
<configuration>
|
||||
<argLine>
|
||||
--add-opens de.stklcode.jvault.connector/de.stklcode.jvault.connector.test=com.fasterxml.jackson.databind
|
||||
@{argLine}
|
||||
--add-opens
|
||||
de.stklcode.jvault.connector/de.stklcode.jvault.connector.test=com.fasterxml.jackson.databind
|
||||
</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@@ -158,6 +161,7 @@
|
||||
<version>3.5.3</version>
|
||||
<configuration>
|
||||
<argLine>
|
||||
@{argLine}
|
||||
--add-opens java.base/java.util=ALL-UNNAMED
|
||||
</argLine>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user