Add dependency on dist for fir-plugin-prototype

> FirPluginDiagnosticTestGenerated$MemberGen.testClassWithCompanionObject
> java.lang.IllegalStateException: dist/kotlin-stdlib-jvm-minimal-for-test.jar does not exist. Run 'gradlew dist'
This commit is contained in:
Nikolay Krasko
2021-12-13 12:42:47 +03:00
committed by teamcity
parent 2eac2ff3a2
commit f2d649a7a1
@@ -62,6 +62,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
}
projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
dependsOn(":dist")
workingDir = rootDir
useJUnitPlatform()
jvmArgs!!.removeIf { it.contains("-Xmx") }