Set up idea.home.path in :incremental-compilation-impl

To avoid warnings in stderr
This commit is contained in:
Alexey Tsvetkov
2018-03-19 01:07:15 +03:00
parent 2584143e92
commit 6ab96c1d7d
@@ -32,6 +32,9 @@ sourceSets {
projectTest {
workingDir = rootDir
doFirst {
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
}
}
testsJar()