Skip to content

Conversation

@AaronDDM
Copy link
Collaborator

@AaronDDM AaronDDM commented Jul 11, 2025

Changelog

Added

  • Support for unknown as a conferencing provider.

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@playerzero-ai
Copy link

playerzero-ai bot commented Jul 11, 2025

Pull Request Summary

  • Plugin Addition: Added the io.github.gradle-nexus.publish-plugin version 2.0.0 to enable publishing to a Nexus repository.
  • Repository Configuration: Replaced Maven repository configuration with Nexus repository publishing setup, including:
    • Configuring the Nexus staging API URL for release artifacts.
    • Configuring the Nexus snapshot repository URL for snapshot artifacts.
  • Version Update: Updated the project version from 2.11.0 to 2.11.1, indicating bug fixes, improvements, or new features for enhanced product stability or functionality.

These changes focus on improving the release management and artifact deployment process by integrating Nexus repository publishing.

Functional Tests

  • Verify that the build process successfully publishes artifacts to the Nexus repository using the new io.github.gradle-nexus.publish-plugin.
  • Ensure that the Nexus repository named myNexus is correctly configured with the specified staging and snapshot repository URLs.
  • Confirm that the removal of mavenCentral() does not affect the ability to resolve dependencies during the build process.
  • Check that the project version is correctly updated to 2.11.1 and that this version is reflected in the published artifacts.
  • Test the overall build and deployment process to ensure no regressions or issues have been introduced with the new Nexus publishing setup.

Files Changed

File Name Summary
build.gradle.kts Added io.github.gradle-nexus.publish-plugin v2.0.0 and replaced Maven repo config with Nexus publishing setup for releases and snapshots.
gradle.properties Updated version from 2.11.0 to 2.11.1, likely including minor fixes or improvements.

View more in PlayerZero
updated: Jul 14 @ 01:49 PM UTC

@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.57%. Comparing base (1ccfa64) to head (9f4e448).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #288   +/-   ##
=========================================
  Coverage     80.57%   80.57%           
  Complexity      333      333           
=========================================
  Files            36       36           
  Lines          1014     1014           
  Branches         88       88           
=========================================
  Hits            817      817           
  Misses          138      138           
  Partials         59       59           

☔ 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
Contributor

@ajay-k ajay-k left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@AaronDDM AaronDDM merged commit 454bcb2 into main Jul 14, 2025
3 checks passed
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.

4 participants