Skip to content

Commit 2daf95f

Browse files
committed
Merge remote-tracking branch 'upstream/main' into crossfile-config
2 parents 7edaaf7 + cd63f65 commit 2daf95f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/src/main/kotlin/toolkit-publish-root-conventions.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@ tasks.runIde {
7070
systemProperty("ide.plugins.snapshot.on.unload.fail", true)
7171
systemProperty("memory.snapshots.path", project.rootDir)
7272
systemProperty("idea.auto.reload.plugins", false)
73+
74+
val home = project.layout.buildDirectory.dir("USER_HOME").get()
75+
systemProperty("user.home", home)
76+
environment("HOME", home)
7377
}

0 commit comments

Comments
 (0)