8000
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 c2904dd commit 0ceeaa2Copy full SHA for 0ceeaa2
pom.xml
@@ -361,7 +361,7 @@
361
<plugin>
362
<groupId>org.codehaus.mojo</groupId>
363
<artifactId>clirr-maven-plugin</artifactId>
364
- <version>2.5</version>
+ <version>2.6</version>
365
</plugin>
366
367
@@ -551,9 +551,15 @@
551
<configuration>
552
<comparisonVersion>1.17.0-rc</comparisonVersion>
553
<ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
554
- <failOnError>false</failOnError>
555
<logResults>true</logResults>
556
</configuration>
+ <executions>
557
+ <execution>
558
+ <goals>
559
+ <goal>check</goal>
560
+ </goals>
561
+ </execution>
562
+ </executions>
563
564
565
0 commit comments