Remove references to validateTaskProperties
The task is now called `validatePlugins`.
This commit is contained in:
committed by
Andrey Uskov
parent
200ef832d2
commit
d88ef64288
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user