Add linked builds support for cross-repo composite builds#932
Merged
Add linked builds support for cross-repo composite builds#932
Conversation
Contributor
JPercival
commented
Feb 21, 2026
JUnit 5.10.2→5.14.3, SLF4J 2.0.4→2.0.17, Spring Security 6.4.12→6.4.13, Picocli 4.6.1→4.7.7, JMH 1.36→1.37, Commons Compress 1.26.0→1.28.0, Commons Codec 1.17.2→1.21.0, Mockito 5.5.0→5.21.0, Hamcrest 1.3→3.0 (hamcrest-all→hamcrest), JSONAssert 1.5.1→1.5.3, EqualsVerifier 3.15.6→4.3.1, slf4j-test 3.0.1→3.0.3, JaCoCo 0.8.13→0.8.14, Palantir Format 2.50.0→2.88.0. Fix javadoc warnings in PopulationDef. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduces a settings plugin and CI convention plugin that enable
conditional Gradle composite builds across sibling repositories.
Developers set paths in local.properties; CI parses Depends-On
directives from PR descriptions to clone and include linked repos.
- Settings plugin (cqf.linked-builds) reads local.properties and
calls includeBuild() with dependency substitutions
- CI plugin (cqf.ci-conventions) adds resolveLinkedBuilds task that
parses PR descriptions and writes local.properties for the build
- LinkedBuildRegistry shared between both plugins as single source
of truth for repo slugs, property keys, and substitution mappings
- check-pr.yaml runs resolveLinkedBuilds before build on ubuntu
- Claude Code skill documents the cross-repo PR workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Formatting check succeeded! |
lukedegruchy
approved these changes
Feb 23, 2026
Contributor
lukedegruchy
left a comment
There was a problem hiding this comment.
Approved with one question
|
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.

