Skip to content

Commit 8aaff56

Browse files
ChrisCarinihsz
authored andcommitted
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.
1 parent 8127d9d commit 8aaff56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_jetbrains_runtime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dependencies {
7878
</tab>
7979
</tabs>
8080

81+
**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.
8182

8283
## Declared Explicitly
8384

@@ -138,6 +139,7 @@ dependencies {
138139
</tab>
139140
</tabs>
140141

142+
**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.
141143

142144
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.
143145

0 commit comments

Comments
 (0)