Skip to content

Commit

Permalink
Jacoco fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder committed Jan 14, 2024
1 parent e43e6ae commit a22f796
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tyrian-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>org/apache/logging/**/*.class</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit a22f796

Please sign in to comment.