diff --git a/topics/basics/bundling_plugin_openapi_sources.md b/topics/basics/bundling_plugin_openapi_sources.md index 99006fb9a..093276e3d 100644 --- a/topics/basics/bundling_plugin_openapi_sources.md +++ b/topics/basics/bundling_plugin_openapi_sources.md @@ -1,17 +1,14 @@ -# Bundling Plugin API Sources - +# Bundling Plugin API Sources + Exposing plugin's API sources for other plugins. If a plugin exposes its own API that is meant to be used by other plugins, it is worth considering bundling the plugin's API sources in the ZIP distribution. - -If a third-party plugin uses [](tools_gradle_intellij_plugin.md) and adds a dependency to the plugin which bundles sources in the ZIP distribution, sources will be automatically attached to the plugin library and visible in IDE when developers navigate to the API classes. Being able to see API sources drastically improves the development experience, and it is highly recommended to bundle them. -> Attaching bundled plugin sources in IDE is available starting with Gradle IntelliJ Plugin 1.7.0. -> -{style="note"} +If a third-party plugin uses [](tools_intellij_platform_gradle_plugin.md) or [](tools_gradle_intellij_plugin.md) (1.7.0+) and adds a dependency to a plugin bundling sources in the ZIP distribution, +sources will be automatically attached to the plugin library and visible in IDE when developers navigate to the API classes. ## API Sources Location