From 7bdee6f2c9c694018bfc851e2eeb78797ba3d42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 20 Mar 2023 15:47:44 +0100 Subject: [PATCH] configuring_plugin_project.md: remove obsolete note about configuring Snapshots repository explicitly --- topics/tutorials/build_system/configuring_plugin_project.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/topics/tutorials/build_system/configuring_plugin_project.md b/topics/tutorials/build_system/configuring_plugin_project.md index 2d67db08c..111a74cd7 100644 --- a/topics/tutorials/build_system/configuring_plugin_project.md +++ b/topics/tutorials/build_system/configuring_plugin_project.md @@ -1,6 +1,6 @@ # Configuring Gradle IntelliJ Plugin - + Configuring the essential Gradle IntelliJ Plugin attributes and tasks. @@ -20,10 +20,6 @@ It is highly recommended to keep updating both Gradle and Gradle IntelliJ Plugin By default, the Gradle plugin will build a plugin project against the IntelliJ Platform defined by the latest EAP snapshot of the IntelliJ IDEA Community Edition. -> Using EAP versions of the IntelliJ Platform requires adding the _Snapshots repository_ to the Gradle build script (see [IntelliJ Platform Artifacts Repositories](intellij_artifacts.md)). -> -{style="note"} - If a matching version of the specified IntelliJ Platform is not available on the local machine, the Gradle plugin downloads the correct version and type. IntelliJ IDEA then indexes the build and any associated source code and JetBrains Java Runtime.