Skip to content

Commit eff613c

Browse files
authored
Enable JaCoCo and update it to the latest version (#1869)
* Update and enable JaCoCo * Changed argLine format
1 parent a7ae936 commit eff613c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@
220220
<version>2.22.2</version>
221221
<configuration>
222222
<argLine>
223-
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
223+
@{argLine} --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
224224
</argLine>
225225
</configuration>
226226
</plugin>
227227

228228
<plugin>
229229
<groupId>org.jacoco</groupId>
230230
<artifactId>jacoco-maven-plugin</artifactId>
231-
<version>0.8.7</version>
231+
<version>0.8.9</version>
232232
<executions>
233233
<execution>
234234
<goals>

0 commit comments

Comments
 (0)