Skip to content

Commit fdd96ad

Browse files
committed
Fix Jacoco error on build
1 parent ed8cf05 commit fdd96ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@
206206

207207
<build>
208208
<plugins>
209+
<plugin>
210+
<groupId>org.jacoco</groupId>
211+
<artifactId>jacoco-maven-plugin</artifactId>
212+
<configuration>
213+
<excludes>
214+
<exclude>org/jetbrains/kotlin/**/*</exclude>
215+
</excludes>
216+
</configuration>
217+
</plugin>
209218
<plugin>
210219
<groupId>org.apache.maven.plugins</groupId>
211220
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)