Merged
Conversation
…o open the projects to test them)
… helpful later when creating the composite-build test)
… created when a project is depended on by another project.
…ise?), and register `publicationStore` as an output without converting to files (otherwise Gradle seems to not track outputs properly?)
b445c42 to
edc2beb
Compare
aSemy
added a commit
that referenced
this pull request
Jan 10, 2026
* tidy checksum generator * test running `clean` then `updateDevRepo` * GradleTestKitUtils: always add `gradle.properties` (makes it easier to open the projects to test them) * fix failure when discovering snapshot version if there are no files * formatting * tidying * GradleTestKitUtils: extract repos to separate property (which will be helpful later when creating the composite-build test) * tidy CreatePublicationChecksum, and trim whitespace when creating/loading checksums * update `toTreeString()` to just use NIO Path * add composite-build test * update checksums on `publishAllToDevRepo` tasks, so the checksums get created when a project is depended on by another project. * tidy * update inputs to use sorted files (Gradle seems to miss inputs otherwise?), and register `publicationStore` as an output without converting to files (otherwise Gradle seems to not track outputs properly?) * explicitly don't cache outputs for Maven Publish tasks (cherry picked from commit 008a662)
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.
Fix missing publications after running
clean, and depending on composite builds.