We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb59745 commit 2cace80Copy full SHA for 2cace80
pom.xml
@@ -481,7 +481,7 @@
481
<plugin>
482
<groupId>com.github.siom79.japicmp</groupId>
483
<artifactId>japicmp-maven-plugin</artifactId>
484
- <version>0.14.4</version>
+ <version>0.15.4</version>
485
<executions>
486
<execution>
487
<phase>verify</phase>
@@ -496,8 +496,6 @@
496
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
497
<ignoreMissingClasses>true</ignoreMissingClasses>
498
</parameter>
499
- <!-- TODO DEVSIX-5576 Enable japicmp after major release -->
500
- <skip>true</skip>
501
</configuration>
502
</plugin>
503
0 commit comments