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
+1
View File
@@ -76,6 +76,7 @@ tasks.matching { it is JavaExec && it.name in benchmarkTasks }.configureEach {
this as JavaExec
dependsOn(":createIdeaHomeForTests")
systemProperty("idea.home.path", ideaHomePathForTests().canonicalPath)
systemProperty("idea.use.native.fs.for.win", false)
}
tasks.register<JavaExec>("runBenchmark") {