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
@@ -123,6 +123,7 @@ val jmhExec by tasks.registering(JavaExec::class) {
workingDir = rootDir
systemProperty("idea.home.path", project.ideaHomePathForTests().absolutePath)
systemProperty("idea.use.native.fs.for.win", false)
systemProperty("idea.max.intellisense.filesize", 5000 * 1024)
configurations.plusAssign(project.configurations["api"])
}