Skip to content

Commit 56c1673

Browse files
committed
fix issue with testsuites benchmark sometimes causing japicmp to trigger by mistake
1 parent c88571f commit 56c1673

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testsuites/benchmark/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@
115115
</execution>
116116
</executions>
117117
</plugin>
118+
<plugin>
119+
<groupId>com.github.siom79.japicmp</groupId>
120+
<artifactId>japicmp-maven-plugin</artifactId>
121+
<configuration>
122+
<skip>true</skip>
123+
</configuration>
124+
</plugin>
118125
</plugins>
119126
</build>
120127
</project>

0 commit comments

Comments
 (0)