Skip to content

Commit

Permalink
kie-issues#742: upgrade jacoco maven plugin to 0.8.11 (#5609)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <jan.stastny@ibm.com>
  • Loading branch information
jstastny-cz and jstastny-cz authored Dec 6, 2023
1 parent 4703e12 commit 52f078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<!-- Jacoco plugin configurations -->
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.line.coveredratio.minimum>0.9</jacoco.line.coveredratio.minimum>
<version.jacoco.plugin>0.8.7</version.jacoco.plugin>
<version.jacoco.plugin>0.8.11</version.jacoco.plugin>
<!-- TODO: remove this once all repositories comply to the defined checkstyle rules -->
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
<checkstyle.logViolationsToConsole>false</checkstyle.logViolationsToConsole>
Expand Down

0 comments on commit 52f078b

Please sign in to comment.