Remove deprecated task

This commit is contained in:
Ilya Gorbunov
2017-10-21 21:09:33 +03:00
parent 25988957f7
commit b1dcab886b
-5
View File
@@ -327,11 +327,6 @@ tasks {
}
}
"gradlePluginsTest" {
// deprecated
dependsOn("gradlePluginTest")
}
"gradlePluginIntegrationTest" {
dependsOn(":kotlin-gradle-plugin-integration-tests:check")
}