fixes for Link uses anchor that does not exist

This commit is contained in:
Jakub Chrzanowski 2024-02-15 13:06:34 +01:00
parent efcaba8816
commit 6c22de0147
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 1 additions and 10 deletions

View File

@ -149,7 +149,7 @@ Downloading sources is managed with the DevKit Plugin in version 2024.1+.
### intellij.ideaDependency
Access now the [`ProductInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) object using the [`intellijPlatform.productInfo`](tools_intellij_platform_gradle_plugin_extension.md#productinfo) property.
Access now the [`ProductInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) object using the [`intellijPlatform.productInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) property.
## Tasks

View File

@ -970,15 +970,6 @@ tasks {
}
```
## setupDependencies
{#setupDependencies}
> Deprecated. See [Migration FAQ](tools_intellij_platform_gradle_plugin_migration.md#setupdependencies-task).
>
{style="warning"}
## signPlugin
{#signPlugin}