We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e3f97 commit 53ca5b8Copy full SHA for 53ca5b8
.github/workflows/validate-pr.yml
@@ -26,6 +26,21 @@ jobs:
26
- name: Clean Build with Gradle
27
run: ./gradlew clean build
28
29
+ - name: Publish Build to MavenLocal # used by the samples
30
+ run: ./gradlew publishToMavenLocal
31
+
32
+ - name: Build Kotlin-MCP-Client Sample
33
+ working-directory: ./samples/kotlin-mcp-client
34
+ run: ./gradlew clean build
35
36
+ - name: Build Kotlin-MCP-Server Sample
37
+ working-directory: ./samples/kotlin-mcp-server
38
39
40
+ - name: Build Weather-Stdio-Server Sample
41
42
43
44
- name: Disable Auto-Merge on Fail
45
if: failure()
46
run: gh pr merge --disable-auto "$PR_URL"
0 commit comments