KT-63269: add dependency on dist for sir-analysis-api tests, as they are dependent on JVM dist

Merge-request: KT-MR-13142
Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
Artem Olkov
2023-11-21 14:35:18 +00:00
committed by Space Team
parent 58bef34b9c
commit 1f4099833a
@@ -39,6 +39,7 @@ kotlin {
projectTest(jUnitMode = JUnitMode.JUnit5) {
dependsOn(":dist")
workingDir = rootDir
useJUnitPlatform { }
}