Skip to content

Commit 841decf

Browse files
committed
! update jacoco-maven-plugin config
1 parent 9097461 commit 841decf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@
418418
<goals>
419419
<goal>report</goal>
420420
</goals>
421+
<configuration>
422+
<excludes>
423+
<exclude>com/alibaba/dcm/internal/JavaVersion.class</exclude>
424+
</excludes>
425+
</configuration>
421426
</execution>
422427
</executions>
423428
</plugin>

0 commit comments

Comments
 (0)