From dc28f56d44628fa83c9ceace6a7a975653aa5ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 22 Jul 2024 16:28:26 +0200 Subject: [PATCH] intellij_artifacts.md: Gradle 1.x/2.x --- topics/reference_guide/intellij_artifacts.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/topics/reference_guide/intellij_artifacts.md b/topics/reference_guide/intellij_artifacts.md index 073f75378..4447386c0 100644 --- a/topics/reference_guide/intellij_artifacts.md +++ b/topics/reference_guide/intellij_artifacts.md @@ -1,4 +1,4 @@ - + # IntelliJ Platform Artifacts Repositories @@ -20,7 +20,9 @@ See the [Maven coordinates](#specify-the-maven-coordinates-for-the-artifact) sec Both the Releases and Snapshots repositories have two types of content: * Binary and source code artifacts for cross-platform, ZIP distributions of IntelliJ Platform-based IDEs, such as IntelliJ IDEA, CLion, Rider, and MPS. These artifacts are _not intended_ to be accessed directly from a plugin project's Gradle build script. - The [](tools_gradle_intellij_plugin.md) will access them as-needed for a plugin project. + See also [](tools_intellij_platform_gradle_plugin_repositories_extension.md). + + The [](tools_gradle_intellij_plugin.md) will access them implicitly as-needed for a plugin project. * Artifacts for individual modules from the IntelliJ Platform. These may be downloaded, or accessed directly from a Gradle build script, as explained below.