As far as I know plugin reporting is not always accurate. What other plugins do you use? I had similar case with test tasks being created always, I used tasks.withType<Test> {
instead of tasks.withType<Test>().configureEach {
. It’s enough that any plugin does someting similar to trigger your problem
↧
Android build - filter unnecessary created tasks
↧