Rename task kaptIdeTest -> kaptTests

This commit is contained in:
Nikolay Krasko
2021-12-10 19:06:30 +03:00
committed by teamcity
parent 85a3c9e251
commit 5162ef31fc
+6 -1
View File
@@ -844,12 +844,17 @@ tasks {
)
}
register("kaptIdeTest") {
register("kaptTests") {
dependsOn(":kotlin-annotation-processing:test")
dependsOn(":kotlin-annotation-processing-base:test")
dependsOn(":kotlin-annotation-processing-cli:test")
}
// Need the task for transition 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")