[FIR] Make fir modularized test depends on dist
This commit is contained in:
@@ -45,6 +45,7 @@ projectTest {
|
|||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
||||||
maxHeapSize = "3g"
|
maxHeapSize = "3g"
|
||||||
|
dependsOn(":dist")
|
||||||
}
|
}
|
||||||
|
|
||||||
testsJar()
|
testsJar()
|
||||||
Reference in New Issue
Block a user