[Build, BTA] Add the Build Tools API tests to the aggregate tasks

^KT-61860 In Progress
This commit is contained in:
Alexander.Likhachev
2023-11-10 04:31:36 +01:00
committed by Space Team
parent 4afb393ff1
commit 90fee75eba
+1
View File
@@ -925,6 +925,7 @@ tasks {
dependsOn(":kotlin-tooling-core:check")
dependsOn(":kotlin-tooling-metadata:check")
dependsOn(":compiler:build-tools:kotlin-build-tools-api:check")
dependsOn(":compiler:build-tools:kotlin-build-tools-api-tests:check")
dependsOn(":tools:ide-plugin-dependencies-validator:test")
}