tools_gradle_intellij_plugin.md: add publishPlugin task hidden property (1.17.0)

This commit is contained in:
Yann Cébron 2024-01-23 10:53:51 +01:00
parent 1696eccdfb
commit 552fcf2fc8

View File

@ -1336,6 +1336,19 @@ Type
Default value
: `["default"]`
#### hidden
{#tasks-publishplugin-hidden}
Mark the release as hidden to prevent public release after approval.
See [Hidden release](https://plugins.jetbrains.com/docs/marketplace/hidden-plugin.html) in JetBrains Marketplace docs.
{style="narrow"}
Type
: `Boolean`
Default value
: `false`
#### host
{#tasks-publishplugin-host}