mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
publishing_plugin.md: add note about plugin signing
This commit is contained in:
parent
2e526cbcc1
commit
2d37bb2efe
@ -56,6 +56,8 @@ Once you have [configured Gradle support](configuring_plugin_project.md), and [u
|
|||||||
### Building Distribution
|
### Building Distribution
|
||||||
|
|
||||||
For initial upload, manual distribution or local installation, invoke the [`buildPlugin`](tools_gradle_intellij_plugin.md#tasks-buildplugin) Gradle task to create the plugin distribution.
|
For initial upload, manual distribution or local installation, invoke the [`buildPlugin`](tools_gradle_intellij_plugin.md#tasks-buildplugin) Gradle task to create the plugin distribution.
|
||||||
|
If you configured you project to rely on [](plugin_signing.md), use the [`signPlugin`](tools_gradle_intellij_plugin.md#tasks-signplugin) task instead.
|
||||||
|
|
||||||
The resulting ZIP file is located in <path>build/distributions</path> and can then be installed via drag & drop (or using [plugin manager](https://www.jetbrains.com/help/idea/managing-plugins.html#installing-plugins-from-disk))
|
The resulting ZIP file is located in <path>build/distributions</path> and can then be installed via drag & drop (or using [plugin manager](https://www.jetbrains.com/help/idea/managing-plugins.html#installing-plugins-from-disk))
|
||||||
or uploaded to a [](custom_plugin_repository.md).
|
or uploaded to a [](custom_plugin_repository.md).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user