You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1620,
The sandbox tasks created by IntelliJPlatformTestingExtension do not copy local project plugins correctly
Relevant log output or stack trace
No response
Steps to reproduce
With configuration:
dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.2")
instrumentationTools()
localPlugin(project(":pluginA"))
localPlugin(project(":pluginB"))
}
}
val customRunIde by intellijPlatformTesting.runIde.registering
val customTestIde by intellijPlatformTesting.testIde.registering
Observe that :runIde has the correct plugin layout, but not :customRunIde and :customTestIde