Skip to content

Commit 05972ad

Browse files
committed
Exclude samples from composite gradle build
1 parent 8f9f484 commit 05972ad

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

settings.gradle.kts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,3 @@ include(
2424
":kotlin-sdk",
2525
":kotlin-sdk-test",
2626
)
27-
28-
// Include sample projects as composite builds if this is the root project
29-
// if (gradle.parent == null) {
30-
includeBuild("samples/kotlin-mcp-client") {
31-
dependencySubstitution {
32-
substitute(module("io.modelcontextprotocol:kotlin-sdk-client"))
33-
.using(project(":"))
34-
}
35-
}
36-
// includeBuild("samples/kotlin-mcp-server")
37-
38-
includeBuild("samples/weather-stdio-server") {
39-
dependencySubstitution {
40-
substitute(module("io.modelcontextprotocol:kotlin-sdk-client"))
41-
.using(project(":"))
42-
substitute(module("io.modelcontextprotocol:kotlin-sdk-server"))
43-
.using(project(":"))
44-
}
45-
}
46-
// }

0 commit comments

Comments
 (0)