-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
What happened?
Specifying a sandbox dir on a custom testing IDE is not respected
Relevant log output or stack trace
IDE launch options:
2024-08-01 07:42:46,192 [ 198] INFO - #c.i.i.AppStarter - locale=en_US JNU=UTF-8 file.encoding=UTF-8
idea.config.path=...../build/idea-sandbox/GO-2023.2/config_runGoland
idea.system.path=..../build/idea-sandbox/GO-2023.2/system_runGoland
idea.plugins.path=...../build/idea-sandbox/GO-2023.2/plugins_runGoland
idea.log.path=..../build/idea-sandbox/GO-2023.2/log_runGoland
Steps to reproduce
intellijPlatformTesting {
runIde {
create("runGoland") {
type = IntelliJPlatformType.GoLand
version = providers.gradleProperty("platformVersion")
sandboxDirectory = layout.buildDirectory.dir("testTestTest")
}
}
}
Gradle IntelliJ Plugin version
2.0.0
Gradle version
8.9
Operating System
None
Link to build, i.e. failing GitHub Action job
No response