From 90fee75eba42222057628fd09e87f86d7dccb057 Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Fri, 10 Nov 2023 04:31:36 +0100 Subject: [PATCH] [Build, BTA] Add the Build Tools API tests to the aggregate tasks ^KT-61860 In Progress --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 760c1bb13c5..e8a659162e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }