From a692d1a3228fd250b43daf4128878cb3dce77771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 9 Apr 2025 10:30:01 +0200 Subject: [PATCH] tools_intellij_platform_gradle_plugin_task_awares.md: remove obsolete note about zipSigner() dependency --- .../tools_intellij_platform_gradle_plugin_task_awares.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_task_awares.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_task_awares.md index 1e39da896..3f6e6d518 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_task_awares.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_task_awares.md @@ -1,4 +1,4 @@ - + # Task Awares @@ -589,8 +589,6 @@ The helper method used for applying sandbox configuration from the sandbox produ Provides the path to the Marketplace ZIP Signer executable. -It is required to have a dependency on the Marketplace ZIP Signer added to the project with [`intellijPlatform.zipSigner()`](tools_intellij_platform_gradle_plugin_dependencies_extension.md) dependencies extension. - ### `zipSignerExecutable` {#SigningAware-zipSignerExecutable}