From 9e7e25ae4eb6c39ae31f956e8d0b375a6ee51c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 22 Jun 2023 12:25:59 +0200 Subject: [PATCH] configuring_plugin_project.md: stronger wording about updating --- topics/tutorials/build_system/configuring_plugin_project.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/tutorials/build_system/configuring_plugin_project.md b/topics/tutorials/build_system/configuring_plugin_project.md index 111a74cd7..feb152e6c 100644 --- a/topics/tutorials/build_system/configuring_plugin_project.md +++ b/topics/tutorials/build_system/configuring_plugin_project.md @@ -10,7 +10,8 @@ For more advanced options, see the full [Gradle IntelliJ Plugin](tools_gradle_in ## Keep Up To Date Gradle IntelliJ Plugin and [Gradle](https://gradle.org/install/) build system are constantly developed, and every new release brings important bug fixes, new features, and improvements that makes the development more efficient. -It is highly recommended to keep updating both Gradle and Gradle IntelliJ Plugin to the latest versions. +It is strongly recommended to keep updating both Gradle and Gradle IntelliJ Plugin to the latest versions. +Newer IDE releases might not be supported fully in older releases of Gradle IntelliJ Plugin. > Current Gradle IntelliJ Plugin version is [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases) >