tools_intellij_platform_gradle_plugin_tasks.md: fix link to Gradle docs

This commit is contained in:
Yann Cébron 2024-11-28 10:51:23 +01:00
parent 1faaec8789
commit ee4a45c224

View File

@ -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. 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. 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. manually.
See also: See also: