Fix analysisAllTests task name

This commit is contained in:
Ilya Kirillov
2021-12-23 18:45:07 +03:00
parent 4c94e2958e
commit ec0123663b
+2 -2
View File
@@ -811,7 +811,7 @@ tasks {
}
register("frontendApiTests") {
dependsOn("analysisAllTests")
dependsOn(":analysis:analysisAllTests")
}
register("kaptTests") {
@@ -820,7 +820,7 @@ tasks {
dependsOn(":kotlin-annotation-processing-cli:test")
}
// Need the task for transition period. Shouold be removed in a week after commit is master.
// Need the task for transi˚tion period. Shouold be removed in a week after commit is master.
register("kaptIdeTest") {
dependsOn("kaptTests")
}