mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
deployment.md: link "Custom Repositories"
This commit is contained in:
parent
23023fcace
commit
405e5b8441
@ -14,7 +14,7 @@ Please see the guide page for manually [publishing a plugin](../../basics/gettin
|
||||
|
||||
## Building Distribution
|
||||
For manual distribution or local installation, invoke `gradle buildPlugin` target to create the plugin distribution.
|
||||
The resulting JAR/ZIP is located in `build/distributions` and can then be [installed](https://www.jetbrains.com/help/idea/managing-plugins.html#installing-plugins-from-disk) manually.
|
||||
The resulting JAR/ZIP is located in `build/distributions` and can then be [installed](https://www.jetbrains.com/help/idea/managing-plugins.html#installing-plugins-from-disk) either manually or uploaded to a [custom plugin repository](/basics/getting_started/update_plugins_format.md).
|
||||
|
||||
## Providing Your Hub Permanent Token to Gradle
|
||||
To deploy a plugin to the JetBrains Plugins Repository, you need to supply your [JetBrains Hub Permanent Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
|
||||
|
Loading…
x
Reference in New Issue
Block a user