mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
tools_gradle_intellij_plugin_build_features.md: selfUpdateCheck minor edits
This commit is contained in:
parent
a8adad150e
commit
4b3b439f82
@ -52,12 +52,16 @@ org.jetbrains.intellij.buildFeature.paidPluginSearchableOptionsWarning=false
|
||||
|
||||
## selfUpdateCheck
|
||||
|
||||
With this feature, it is possible to check if the currently used Gradle IntelliJ Plugin is outdated and if there's a new release available.
|
||||
The plugin performs an update check on every run asking the GitHub Releases page for the redirection URL to the latest version with `HEAD` HTTP request: `https://github.com/jetbrains/gradle-intellij-plugin/releases/latest`
|
||||
If the current version is outdated, the plugin will emit a warning presenting the current and the latest versions.
|
||||
Checks whether the currently used Gradle IntelliJ Plugin is outdated and if a new release is available.
|
||||
The plugin performs an update check on every run asking the GitHub Releases page for the redirection URL
|
||||
to the latest version with `HEAD` HTTP request: `https://github.com/jetbrains/gradle-intellij-plugin/releases/latest`.
|
||||
|
||||
If the current version is outdated, the plugin will emit a warning with its current and the latest version.
|
||||
|
||||
Feature respects the Gradle [`--offline`](https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_execution_options) mode.
|
||||
|
||||
> It is strongly suggested to always use the latest available version. Older plugin versions may also not fully support the latest IDE releases.
|
||||
|
||||
{style="narrow"}
|
||||
Default value
|
||||
: `true`
|
||||
|
Loading…
x
Reference in New Issue
Block a user