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 ed8cf05 commit fdd96adCopy full SHA for fdd96ad
pom.xml
@@ -206,6 +206,15 @@
206
207
<build>
208
<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>
218
<plugin>
219
<groupId>org.apache.maven.plugins</groupId>
220
<artifactId>maven-site-plugin</artifactId>
0 commit comments