Change clirr to japicmp for binary compatibility check

This commit is contained in:
Alex Herbert 2022-02-12 09:22:27 +00:00
parent 56d15a469d
commit c68c4b2c72
1 changed files with 4 additions and 1 deletions

View File

@ -588,6 +588,9 @@
<commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.junit.version>5.8.2</commons.junit.version> <commons.junit.version>5.8.2</commons.junit.version>
<!-- Override commons parent version to allow build on java 17 -->
<commons.japicmp.version>0.15.4</commons.japicmp.version>
<!--Commons Release Plugin --> <!--Commons Release Plugin -->
<commons.bc.version>4.4</commons.bc.version> <commons.bc.version>4.4</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule> <commons.release.isDistModule>true</commons.release.isDistModule>
@ -598,7 +601,7 @@
<build> <build>
<defaultGoal>clean verify apache-rat:check checkstyle:check clirr:check javadoc:javadoc</defaultGoal> <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>