Remove references to validateTaskProperties

The task is now called `validatePlugins`.
This commit is contained in:
Stefan Wolf
2021-01-29 19:56:24 +03:00
committed by Andrey Uskov
parent 200ef832d2
commit d88ef64288
3 changed files with 4 additions and 4 deletions
@@ -41,7 +41,7 @@ open class DexMethodCount : DefaultTask() {
dependsOn(jar)
}
@Internal // plain output properties are not supported, mark as internal to suppress warning from validateTaskProperties
@Internal // plain output properties are not supported, mark as internal to suppress warning from validatePlugins
lateinit var counts: Counts
@get:OutputFile