Skip to content

Commit b93bfb0

Browse files
committed
Task 20 : Revise pom.xml for Jacoco Report Issue
1 parent 0544a08 commit b93bfb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
<includes>
218218
<include>**/*Test.java</include>
219219
</includes>
220+
<argLine>@{argLine} --enable-preview</argLine>
220221
</configuration>
221222
</plugin>
222223

@@ -225,6 +226,9 @@
225226
<groupId>org.apache.maven.plugins</groupId>
226227
<artifactId>maven-failsafe-plugin</artifactId>
227228
<version>${maven-failsafe-plugin-version}</version>
229+
<configuration>
230+
<argLine>@{argLine} --enable-preview</argLine>
231+
</configuration>
228232
<executions>
229233
<execution>
230234
<goals>

0 commit comments

Comments
 (0)