Skip to content

Commit a2e024f

Browse files
committed
Restore changes lost in merge
1 parent 2856f6c commit a2e024f

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
@@ -207,6 +207,15 @@
207207

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

0 commit comments

Comments
 (0)