Explicitly specify 'idea.home.path' in android tests

This commit is contained in:
Mikhael Bogdanov
2018-02-07 15:25:42 +01:00
parent 5678b3d52a
commit 5d6d1bf182
+3
View File
@@ -29,5 +29,8 @@ sourceSets {
}
projectTest {
doFirst {
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
}
workingDir = rootDir
}