From f966a7e6c3eb885b14e26887858cda47b0c35a5b Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Sat, 3 May 2025 07:36:24 -0700 Subject: [PATCH] Add note about no longer needing to specify `jetbrainsRuntime()` in the `repositories` block if `defaultRepositories()` is specified Add note about no longer needing to specify `jetbrainsRuntime()` in the `repositories` block if `defaultRepositories()` is specified. The `jetbrainsRuntime()` is included in `defaultRepositories()` as of 2.2.0 and beyond. --- .../tools_intellij_platform_gradle_plugin_jetbrains_runtime.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_jetbrains_runtime.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_jetbrains_runtime.md index 5b8313ce82a..5600e0c9217 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_jetbrains_runtime.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_jetbrains_runtime.md @@ -78,6 +78,7 @@ dependencies { +**Note:** As of version `2.2.0` of the IntelliJ Platform Gradle Plugin, explicitly specifying `jetbrainsRuntime()` in the `repositories` block is no longer necessary if you also have `defaultRepositories()` specified. ## Declared Explicitly @@ -138,6 +139,7 @@ dependencies { +**Note:** As of version `2.2.0` of the IntelliJ Platform Gradle Plugin, explicitly specifying `jetbrainsRuntime()` in the `repositories` block is no longer necessary if you also have `defaultRepositories()` specified. Provided `version`, `variant`, and `architecture` parameters along with the `explicitVersion` are used to resolve the JetBrains Runtime archives published on [GitHub Releases](https://github.com/JetBrains/JetBrainsRuntime/releases/) page.