From f5ccf61c5099591e9fc3a2e0e9644e45c91fdc57 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 14 Aug 2017 20:50:41 +0200 Subject: [PATCH] Disable clirr for now --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index a8b0bb1ec..9a2a06d27 100644 --- a/build.gradle +++ b/build.gradle @@ -396,6 +396,12 @@ subprojects { } clirr { + // 2018-08-14: Disabled Clirr because + // - It reports an breaking change in android.jar (seems right, but there is nothing we can do about it) + // - Only the first smack-* projects are correctly checked, + // the other ones have the output of a clirr report from a previous project + // (Look at the clirr reports). + enabled false semver false } }