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

Maven Central publishing #28

Merged
merged 8 commits into from
Mar 5, 2025
Merged

Maven Central publishing #28

merged 8 commits into from
Mar 5, 2025

Conversation

janheinrichmerker
Copy link
Contributor

This PR adds the necessary configuration to publish the Java package on the Maven Central Repository.
This simplifies using the library as most dependency management tools (e.g. Gradle) come with Maven Central enabled per default. So users only need to add the implementation("io.tira:tirex-tracker") line to their Gradle config and do no longer need to configure the GitHub Packages repository.

Fixes #24

@janheinrichmerker janheinrichmerker added enhancement New feature or request java Pull requests that update Java code labels Mar 5, 2025
@janheinrichmerker janheinrichmerker self-assigned this Mar 5, 2025
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.36%. Comparing base (f1b65db) to head (6f43f99).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage     78.36%   78.36%           
  Complexity       20       20           
=========================================
  Files             3        3           
  Lines          1151     1151           
  Branches         53       53           
=========================================
  Hits            902      902           
  Misses          208      208           
  Partials         41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@TheMrSheldon TheMrSheldon left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you very much :)

@janheinrichmerker janheinrichmerker merged commit 374ec48 into master Mar 5, 2025
66 checks passed
@janheinrichmerker janheinrichmerker deleted the maven-central branch March 5, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maven Central publishing
2 participants