We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2856f6c commit a2e024fCopy full SHA for a2e024f
pom.xml
@@ -207,6 +207,15 @@
207
208
<build>
209
<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>
219
<plugin>
220
<groupId>org.apache.maven.plugins</groupId>
221
<artifactId>maven-site-plugin</artifactId>
0 commit comments