Skip to content

Commit b6aa8e1

Browse files
committed
Remove redundant mavenCentral() repository declaration from sample build script.
1 parent 1989a90 commit b6aa8e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/kotlin-mcp-server/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ plugins {
1111
group = "org.example"
1212
version = "0.1.0"
1313

14-
repositories {
15-
mavenCentral()
16-
}
17-
1814
val jvmMainClass = "Main_jvmKt"
1915

2016
kotlin {

0 commit comments

Comments
 (0)