There was an error while loading. Please reload this page.
2 parents 694b33b + 22dd865 commit a35c1f6Copy full SHA for a35c1f6
1 file changed
pom.xml
@@ -393,6 +393,26 @@
393
</dependency>
394
</dependencies>
395
</plugin>
396
+ <plugin>
397
+ <groupId>com.github.siom79.japicmp</groupId>
398
+ <artifactId>japicmp-maven-plugin</artifactId>
399
+ <version>0.15.7</version>
400
+ <configuration>
401
+ <parameter>
402
+ <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
403
+ <onlyModified>true</onlyModified>
404
+ <includeSynthetic>true</includeSynthetic>
405
+ </parameter>
406
+ </configuration>
407
+ <executions>
408
+ <execution>
409
+ <phase>verify</phase>
410
+ <goals>
411
+ <goal>cmp</goal>
412
+ </goals>
413
+ </execution>
414
+ </executions>
415
+ </plugin>
416
</plugins>
417
</build>
418
0 commit comments