Build: Setup dependency on dist for :compiler:fir:analysis-tests:test

This commit is contained in:
Vyacheslav Gerasimov
2020-07-21 12:23:23 +03:00
parent 58ee95c8a3
commit a4457ba7ac
@@ -36,6 +36,7 @@ sourceSets {
}
projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir
jvmArgs!!.removeIf { it.contains("-Xmx") }
maxHeapSize = "3g"