From 9fefe1ac307310f0b8b94e4f1ba67d25dfbe5665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 5 Feb 2024 18:07:48 +0100 Subject: [PATCH] tools_intellij_platform_gradle_plugin_build_features.md: edits, review --- .../tools_intellij_platform_gradle_plugin_build_features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_build_features.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_build_features.md index 021dc72e3..452debe0f 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_build_features.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_build_features.md @@ -6,7 +6,7 @@ -The IntelliJ Platform Gradle Plugin build features dedicated to control some of the low-level Gradle plugin behaviors. +The IntelliJ Platform Gradle Plugin exposes a number of build features to control some of the low-level Gradle plugin behaviors. To enable or disable a particular feature, add a Project property to the gradle.properties file with the following pattern: ``` @@ -57,7 +57,7 @@ org.jetbrains.intellij.platform.buildFeature.paidPluginSearchableOptionsWarning= ## selfUpdateCheck {#selfUpdateCheck} -Checks whether the currently used Gradle IntelliJ Plugin is outdated and if a new release is available. +Checks whether the currently used IntelliJ Platform Gradle 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).