Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure consistent artifact ID format #43

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 7, 2024

Issue:

Previously, the artifact ID used dots as separators. This change introduces inconsistency and potential issues with downstream systems.

Fix:

This pull request replaces all dots with dashes in the artifact ID string using the joinToString function with the .replace(".", "-") modifier. This ensures a consistent and more standardized format.

Benefits:

  • Improved consistency across artifact IDs.
  • Potential compatibility enhancements with downstream systems.
  • Easier identification and handling of artifact IDs.

@teogor teogor self-assigned this Feb 7, 2024
@teogor teogor merged commit b835b90 into main Feb 7, 2024
4 checks passed
@zeobot zeobot bot deleted the bugfix/artifact-id-dots-to-dashes branch February 7, 2024 17:09
@teogor teogor added this to the 1.0.0-beta01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

1 participant