Skip to content

Commit

Permalink
fix japicmp maven plugin to actually check api compatibility again
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <Yannic.Klem@bosch.io>
  • Loading branch information
Yannic92 committed Mar 4, 2022
1 parent e4bafb8 commit d81853e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Expand Up @@ -239,7 +239,7 @@
(org\.eclipse\.ditto.*)|(com\.lihaoyi.*)
</ditto.thirdPartyLicences.excludedGroups>

<japicmp-maven-plugin.version>0.15.4</japicmp-maven-plugin.version>
<japicmp-maven-plugin.version>0.15.7</japicmp-maven-plugin.version>

<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
Expand Down Expand Up @@ -387,9 +387,6 @@
</file>
</newVersion>
<parameter>
<packagingSupporteds>
<packagingSupported>jar</packagingSupported>
</packagingSupporteds>
<onlyModified>true</onlyModified>
<accessModifier>public</accessModifier>
<breakBuildOnModifications>false</breakBuildOnModifications>
Expand Down

0 comments on commit d81853e

Please sign in to comment.