tools_intellij_platform_gradle_plugin_dependencies_extension.md: IntellijIdeaCommunity -> intellijIdeaCommunity

This commit is contained in:
Karol Lewandowski 2024-08-30 13:42:13 +02:00
parent 9763e1f10d
commit 3a9f22a6ca

View File

@ -164,9 +164,9 @@ repositories {
dependencies {
intellijPlatform {
IntellijIdeaCommunity("%ijPlatform%")
intellijIdeaCommunity("%ijPlatform%")
}
}
```
</tab>
@ -181,7 +181,7 @@ repositories {
dependencies {
intellijPlatform {
IntellijIdeaCommunity '%ijPlatform%'
intellijIdeaCommunity '%ijPlatform%'
}
}
```