Fix "IdeaWin64.dll not found" error when running tests on Windows

This commit is contained in:
Vyacheslav Gerasimov
2021-12-17 16:48:03 +03:00
parent 999d2051ac
commit 5369813acc
5 changed files with 5 additions and 0 deletions
@@ -38,6 +38,7 @@ fun generateVmParametersForJpsConfiguration(path: String, additionalParameters:
"-Didea.is.unit.test=true",
"-Didea.ignore.disabled.plugins=true",
"-Didea.home.path=$ideaSdkPath",
"-Didea.use.native.fs.for.win=false",
"-Djps.kotlin.home=${ideaPluginDir.absolutePath}",
"-Dkotlin.ni=" + if (rootProject.hasProperty("newInferenceTests")) "true" else "false",
"-Duse.jps=true",