From 8279ab0c8ca08b2ce490ec751d2fb160ebfe40b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 8 Nov 2022 17:29:30 +0100 Subject: [PATCH] tools_gradle_intellij_plugin.md: note `--refresh-dependencies` option in "Snapshot Release", remove link --- .../gradle_intellij_plugin/tools_gradle_intellij_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md index 533a5c641..63aee1117 100644 --- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md +++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md @@ -79,7 +79,7 @@ For switching to the snapshot release, point Gradle to the dedicated snapshot re > The current Gradle IntelliJ Plugin Snapshot version is ![GitHub Snapshot Release](https://img.shields.io/nexus/s/org.jetbrains.intellij/org.jetbrains.intellij.gradle.plugin?server=https://oss.sonatype.org) > -> To make sure you obtain the latest snapshot version, invoke Gradle using `--refresh-dependencies` option (see [Gradle Documentation](https://docs.gradle.org/current/userguide/dependency_management.html#sec:refreshing-dependencies)). +> To make sure you obtain the latest snapshot version, invoke Gradle using `--refresh-dependencies` option. > {type="note"}