From c90746c66b20b6479cf79d08a5a29fd28098d5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 17 Aug 2021 16:25:09 +0200 Subject: [PATCH] README.md: note on updating to latest gradle-intellij-plugin version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 165d461..f8724d2 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Then you can get to work implementing your ideas. The recommended method for plugin development involves using the [Gradle][gradle] setup with the [gradle-intellij-plugin][gh:gradle-intellij-plugin] installed. The `gradle-intellij-plugin` makes it possible to run the IDE with your plugin and publish your plugin to JetBrains Marketplace Repository. + +> **NOTE:** Make sure to always upgrade to the latest version of `gradle-intellij-plugin`. A project built using the IntelliJ Platform Plugin Template includes a Gradle configuration that's already been set up. Feel free to read through the [Using Gradle][docs:using-gradle] articles to understand your build better and learn how to customize it.