add clirr plugin to check for backwards compatibility
This commit is contained in:
parent
969341130a
commit
fec3f97348
2 changed files with 8 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -30,3 +30,5 @@ jobs:
|
|||
distribution: 'corretto'
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml -DskipITs
|
||||
- name: Check for backwards compatibility
|
||||
run: mvn clirr:check
|
||||
5
pom.xml
5
pom.xml
|
|
@ -93,6 +93,11 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
|
|
|||
Loading…
Reference in a new issue