Commit f5b84b0
fix(docker): copy dispatcher-agent build script and sources into image
settings.gradle.kts includes :dispatcher-agent, but the Dockerfile's
layered COPY steps never picked it up alongside core/core-test/desktop-ui.
Gradle saw an included project with no build script or sources, giving it
zero variants and breaking desktop-ui's runtimeClasspath resolution
("Could not resolve project :dispatcher-agent ... No variants exist.").
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 5bf5410 commit f5b84b0
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments