Rename task kaptIdeTest -> kaptTests
This commit is contained in:
+6
-1
@@ -844,12 +844,17 @@ tasks {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
register("kaptIdeTest") {
|
register("kaptTests") {
|
||||||
dependsOn(":kotlin-annotation-processing:test")
|
dependsOn(":kotlin-annotation-processing:test")
|
||||||
dependsOn(":kotlin-annotation-processing-base:test")
|
dependsOn(":kotlin-annotation-processing-base:test")
|
||||||
dependsOn(":kotlin-annotation-processing-cli: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") {
|
register("test") {
|
||||||
doLast {
|
doLast {
|
||||||
throw GradleException("Don't use directly, use aggregate tasks *-check instead")
|
throw GradleException("Don't use directly, use aggregate tasks *-check instead")
|
||||||
|
|||||||
Reference in New Issue
Block a user