Slackbot
02/14/2022, 4:42 PMNikolay
02/14/2022, 4:43 PMRyan Nett
02/14/2022, 7:56 PMPaul Merlin
02/15/2022, 8:47 AMnotCompatibleWithConfigurationCache()
will make the problems to not fail the build and disable CC but the problems are still reportedPaul Merlin
02/15/2022, 8:47 AMkoverMergedHtmlReport
is not the only task that has problems, you should mark the others as not compatibleNikolay
02/15/2022, 10:00 AMNikolay
02/15/2022, 11:56 AMlistOf(
":koverMergedHtmlReport",
":koverMergedXmlReport",
":koverVerify",
":utils:common:koverVerify",
":utils:common:test",
).forEach {
tasks.getByPath(it).notCompatibleWithConfigurationCache("Don't know")
}
Nikolay
02/15/2022, 12:00 PM:koverMergedVerify
perhaps the error message should specify which problems were ignored and which weren’t.Nikolay
02/15/2022, 12:10 PM