What happened?
According to this article: Bundling Plugin API Sources, I bundled the source code of the plugin's public API in the ZIP distribution. However, when it is depended upon by other projects, its source code cannot be automatically attached to the plugin library:
Relevant log output or stack trace
Steps to reproduce
- Source code of Plugin A: plugin-a.zip
- ZIP distribution of Plugin A: plugin-a-0.1.zip
- Source code of Plugin B: plugin-b.zip
- Plugin B depends on Plugin A.
Gradle IntelliJ Plugin version
2.9.0
Gradle version
8.14.3
Operating System
Windows
Link to build, i.e. failing GitHub Action job
No response