mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-25 21:42:07 +01:00
Disable clirr for now
This commit is contained in:
parent
cfb0656456
commit
f5ccf61c50
1 changed files with 6 additions and 0 deletions
|
@ -396,6 +396,12 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
clirr {
|
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
|
semver false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue