Fix exception from PathManager.getHomePath with message "Could not find installation home path"

This commit is contained in:
Zalim Bashorov
2018-03-12 22:30:02 +03:00
parent 44d5d0da7e
commit f820b3eadd
+1
View File
@@ -64,6 +64,7 @@ projectTest {
doFirst {
systemProperty("kotlin.ant.classpath", antLauncherJar.asPath)
systemProperty("kotlin.ant.launcher.class", "org.apache.tools.ant.Main")
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
}
}