Enable kotlin-annotation-processing-cli tests on TC

This commit is contained in:
Mikhael Bogdanov
2020-11-30 11:52:28 +01:00
parent 078aa18479
commit b8903f8cf8
+1
View File
@@ -855,6 +855,7 @@ tasks {
register("kaptIdeTest") {
dependsOn(":kotlin-annotation-processing:test")
dependsOn(":kotlin-annotation-processing-base:test")
dependsOn(":kotlin-annotation-processing-cli:test")
}
register("gradleIdeTest") {