From 9cbfbc8a2a500b9c5cb6b88fef81b7cd26cbd8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Fri, 6 Mar 2020 11:10:08 +0100 Subject: [PATCH] deployment.md: add "Building Distribution" --- tutorials/build_system/deployment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/build_system/deployment.md b/tutorials/build_system/deployment.md index 68368aceb..61b44a4a9 100644 --- a/tutorials/build_system/deployment.md +++ b/tutorials/build_system/deployment.md @@ -12,6 +12,10 @@ Please see the guide page for manually [publishing a plugin](../../basics/gettin * bullet list {:toc} +## 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. + ## Providing Your Hub Permanent Token to Gradle To deploy a plugin to the plugin repository, you need to supply your [JetBrains Hub Permanent Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). This page describes three options to supply your _Hub Permanent Token_ via Gradle using: