Skip to content

Commit 007e2ec

Browse files
committed
Mute an "idea home not valid" error in tests
Which is irrelavant.
1 parent 8199c91 commit 007e2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tasks.test {
8585
maxHeapSize = "2g"
8686

8787
systemProperty("idea.is.unit.test", "true")
88-
systemProperty("idea.home.path", "dependencies/repo/kotlin.build/intellij-core/$intellijVersion/artifacts")
88+
systemProperty("idea.home.path", buildDir)
8989
systemProperty("java.awt.headless", "true")
9090
environment("NO_FS_ROOTS_ACCESS_CHECK", "true")
9191
environment("PROJECT_CLASSES_DIRS", testSourceSet.output.classesDirs.asPath)

0 commit comments

Comments
 (0)