Build :agents and :mcp-server in CI - #292
Merged
Merged
Conversation
Neither module is reachable from assembleDebug or :composeApp:jvmTest, so nothing in CI was compiling them. The googleAdkKotlin 1.0 bump (#291) went green while leaving :agents broken against the new ADK server API, which is exactly the gap this closes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ReoMX8TjLpTkCocLiLVTuL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CI compiled neither
:agentsnor:mcp-server. The Android workflow runs onlyassembleDebug(an Android-only task, so the twokotlinJvmmodules are never reached) and:composeApp:jvmTest.That gap is not theoretical: the googleAdkKotlin 0.9.0 → 1.0.1 bump in #291 reported all checks green while
:agentsdid not compile against the reshuffled ADK server API.Adds one step to the existing ubuntu job.
buildrather thancompileKotlinso it also covers:mcp-server's shadowJar/dist packaging and picks up tests in either module once they exist.Test plan
./gradlew :agents:build :mcp-server:buildpasses locallyUnresolved reference 'AdkWebServer'), i.e. it catches the regression it is meant to catch🤖 Generated with Claude Code
https://claude.ai/code/session_01ReoMX8TjLpTkCocLiLVTuL