intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Bundled plugin sources are not available

Open ekudel opened this issue 1 year ago • 0 comments

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

  1. Create a plugin
  2. Add IntelliJ dependency with Git plugin: dependencies { intellijPlatform { intellijIdeaCommunity("242-EAP-SNAPSHOT"); bundledPlugins("Git4Idea") } }
  3. Perform "Reload All Gradle Projects"
  4. Try to open GitRepository class. 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

ekudel avatar Jun 29 '24 14:06 ekudel