Skip to content

Show timestamped artifact versions in Gradle publish job summary#305

Draft
jkbe wants to merge 5 commits intomainfrom
feat/output-publish-artifacts
Draft

Show timestamped artifact versions in Gradle publish job summary#305
jkbe wants to merge 5 commits intomainfrom
feat/output-publish-artifacts

Conversation

@jkbe
Copy link
Member

@jkbe jkbe commented Mar 12, 2026

Version <sem-ver>-SNAPSHOT of Maven repository artifacts may be frequently overwritten when multiple features are developed at the same time in a library. In such situations, the immutable timestamped version is helpful but it's tedious to discover the version in the publish logs - especially when a library publishes multiple artifacts.

See here for an example output: https://github.com/bakdata/streams-bootstrap/actions/runs/23004482262#summary-66797986673

steps:
- name: Publish
uses: bakdata/ci-templates/actions/java-gradle-publish@1.80.0
uses: bakdata/ci-templates/actions/java-gradle-publish@feat/output-publish-artifacts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good otherwise though?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants