Bundled plugin sources via repository available?
Answered
I'm developing a plugin that depends on tge gherkin and cucumber-java plugins. For both the source code is available via https://github.com/JetBrains/intellij-plugins/releases but adding it manually is cumbersome. Is there a maven / gradle repository which has the source jars?
Please sign in to leave a comment.
We currently do not provide sources of bundled plugins from this repository in Ultimate Edition artifacts - a feature request is welcome https://youtrack.jetbrains.com/issues/IDEA.
A general mechanism to provide sources for plugins: https://github.com/JetBrains/gradle-intellij-plugin/issues/349
Thank you, Yann.