This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 494a4db395718d2cd9880ee02144ebff7c57ad27 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 13 16:09:58 2020 -0400 Disable Clirr since we use JApiCmp. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index d8f68a9..428266f 100644 --- a/pom.xml +++ b/pom.xml @@ -605,6 +605,7 @@ <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version> <japicmp.skip>false</japicmp.skip> + <clirr.skip>true</clirr.skip> <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. --> <jmh.version>1.21</jmh.version>