JetBrains / intellij-platform-gradle-plugin

Gradle plugin for building plugins for IntelliJ-based IDEs
https://plugins.jetbrains.com/docs/intellij/gradle-prerequisites.html
Apache License 2.0
1.4k stars 270 forks source link

Bundled plugin sources are not available #1672

Open ekudel opened 3 days ago

ekudel commented 3 days ago

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