Don't block snapshot publishing on testLatestDeps #4684
Merged
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.
main
is not in a great spot right now because there hasn't been a successful CI build since I bumped the version to1.9.0-SNAPSHOT
in #4675, which means there hasn't been a snapshot published for1.9.0-SNAPSHOT
, which means the example extension and distro won't build outside of CI (in CI we build the snapshots locally and use--init-script ../../.github/scripts/local.init.gradle.kts
).The reason there hasn't been a successful CI is because of a few testLatestDeps problems #4676, #4679, #4682.
But really it seems better for testLatestDeps to not block snapshot publishing (it already doesn't block releases).