Configuration fix: make fir2ir tests depend on 'dist'

This commit is contained in:
Mikhail Glukhikh
2021-05-06 16:13:05 +03:00
parent d306d8a90e
commit 27903b4cd6
+1
View File
@@ -59,6 +59,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
}
projectTest(jUnit5Enabled = true) {
dependsOn(":dist")
workingDir = rootDir
useJUnitPlatform()
}