From ee4a45c22475e4fda641a14bb7c81c4f28dedc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 28 Nov 2024 10:51:23 +0100 Subject: [PATCH] tools_intellij_platform_gradle_plugin_tasks.md: fix link to Gradle docs --- .../tools_intellij_platform_gradle_plugin_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md index 0860ff64f..4ca9134d4 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md @@ -1636,7 +1636,7 @@ Default value Runs the [IntelliJ Plugin Verifier](verifying_plugin_compatibility.md) CLI tool to check the binary compatibility with specified IDE builds. Due to caching, the latest Plugin Verifier release version might not be picked up by Gradle immediately. -In such cases, [refresh dependencies](https://docs.gradle.org/current/userguide/dependency_management.html#sec:refreshing-dependencies) +In such cases, [refresh dependencies](https://docs.gradle.org/current/userguide/dependency_caching.html#sec:refreshing-dependencies) manually. See also: