Searched refs:allowCompatibleDifferences (Results 1 – 4 of 4) sorted by relevance
273 allowCompatibleDifferences: Boolean = true, in <lambda>()606 val extra: Array<String> = if (allowCompatibleDifferences) { in <lambda>()623 val extra: Array<String> = if (allowCompatibleDifferences) { in <lambda>()
2610 allowCompatibleDifferences = false, in Fail on compatible changes that affect signature file contents()
455 var allowCompatibleDifferences = false in <lambda>() variable905 ARG_ALLOW_COMPATIBLE_DIFFERENCES -> allowCompatibleDifferences = true in <lambda>()
641 if (releaseType == ReleaseType.DEV && !options.allowCompatibleDifferences) { in checkCompatibility()