We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87f66d commit c12ed0aCopy full SHA for c12ed0a
1 file changed
ide/ide-idea-mcp/build.gradle.kts
@@ -8,13 +8,14 @@ plugins {
8
description = "IntelliJ IDEA plugin for Compose Server MCP integration"
9
10
repositories {
11
- mavenCentral()
12
- intellijPlatform { defaultRepositories() }
+ intellijPlatform {
+ defaultRepositories()
13
+ }
14
}
15
16
dependencies {
17
intellijPlatform {
- intellijIdeaCommunity(libs.versions.intellij.platform.asProvider().get())
18
+ intellijIdeaCommunity(libs.versions.intellij.platform.asProvider().get(), useInstaller = true)
19
20
bundledPlugin("org.jetbrains.plugins.terminal")
21
bundledPlugin("Git4Idea")
0 commit comments