Skip to content

Commit

Permalink
japicmp is no longer of use
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Sep 13, 2024
1 parent 36340f9 commit 6354dad
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,45 +112,6 @@
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.23.0</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>cmp</goal>
</goals>
<configuration>
<oldVersion>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>23.cr3</version>
<type>jar</type>
</dependency>
</oldVersion>
<newVersion>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
</newVersion>
<parameter>
<onlyModified>true</onlyModified>
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
<excludes>
<exclude>io.github.dmlloyd.classfile.impl</exclude>
<exclude>io.github.dmlloyd.classfile.impl.verifier</exclude>
</excludes>
</parameter>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6354dad

Please sign in to comment.