intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Bundled plugin sources are not available
What happened?
I cannot browse a source code of bundled plugins. Platform's sources are shown fine though. This didn't happen with the "old" plugin"
Relevant log output or stack trace
No response
Steps to reproduce
- Create a plugin
- Add IntelliJ dependency with Git plugin:
dependencies { intellijPlatform { intellijIdeaCommunity("242-EAP-SNAPSHOT"); bundledPlugins("Git4Idea") } } - Perform "Reload All Gradle Projects"
- Try to open
GitRepositoryclass. The class file will be opened and the IDE will suggest to decompile it.
Gradle IntelliJ Plugin version
2.0.0-beta7
Gradle version
8.8.0
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response