Remove kaptIdeTest, kaptTests task is used instead

This commit is contained in:
Nkolay Krasko
2022-04-25 15:07:03 +03:00
committed by teamcity
parent 19f4c3edda
commit b428b5c1b8
-5
View File
@@ -888,11 +888,6 @@ tasks {
dependsOn(":kotlin-annotation-processing-cli:test")
}
// Need the task for transi˚tion period. Shouold be removed in a week after commit is master.
register("kaptIdeTest") {
dependsOn("kaptTests")
}
register("test") {
doLast {
throw GradleException("Don't use directly, use aggregate tasks *-check instead")