Skip to content

Commit f780564

Browse files
committed
Refactor repositories block for better readability in ide-idea-mcp
1 parent 881b300 commit f780564

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ide/ide-idea-mcp/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ plugins {
77

88
description = "IntelliJ IDEA plugin for Compose Server MCP integration"
99

10-
repositories {
11-
intellijPlatform {
12-
defaultRepositories()
13-
}
14-
}
10+
repositories { intellijPlatform { defaultRepositories() } }
1511

1612
dependencies {
1713
intellijPlatform {

0 commit comments

Comments
 (0)