Skip to content

Commit 07ff6f0

Browse files
committed
Update build configuration: remove unused jvm() target, redundant maven repository, and bump version to 0.7.2-SNAPSHOT.
1 parent 5986d94 commit 07ff6f0

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "io.modelcontextprotocol"
9-
version = "0.7.1"
9+
version = "0.7.2-SNAPSHOT"
1010
}
1111

1212
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kotest = "5.9.1"
2020
awaitility = "4.3.0"
2121

2222
# Samples
23-
mcp-kotlin = "0.7.1"
23+
mcp-kotlin = "0.7.2-SNAPSHOT"
2424
anthropic = "2.7.0"
2525
shadow = "8.1.1"
2626

kotlin-sdk-client/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
}
1212

1313
kotlin {
14-
jvm()
1514
iosArm64()
1615
iosX64()
1716
iosSimulatorArm64()

samples/weather-stdio-server/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ application {
99
mainClass.set("io.modelcontextprotocol.sample.server.MainKt")
1010
}
1111

12-
repositories {
13-
mavenCentral()
14-
}
15-
1612
group = "org.example"
1713
version = "0.1.0"
1814

0 commit comments

Comments
 (0)