tools_gradle_intellij_plugin.md: note --refresh-dependencies option in "Snapshot Release", remove link

This commit is contained in:
Yann Cébron 2022-11-08 17:29:30 +01:00
parent 22ba1d5923
commit 8279ab0c8c

View File

@ -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) > 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"} {type="note"}