Explicitly specify 'idea.home.path' in android tests
This commit is contained in:
@@ -29,5 +29,8 @@ sourceSets {
|
||||
}
|
||||
|
||||
projectTest {
|
||||
doFirst {
|
||||
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
|
||||
}
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user