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
What happened?
Similar to #1620,
The sandbox tasks created by
IntelliJPlatformTestingExtension
do not copy local project plugins correctlyRelevant log output or stack trace
No response
Steps to reproduce
With configuration:
Observe that
:runIde
has the correct plugin layout, but not:customRunIde
and:customTestIde
Gradle IntelliJ Plugin version
2.0.1
Gradle version
8.10
Operating System
None
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: