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

Enhancements to Dependency and Plugin Management #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zentox
Copy link
Contributor

@zentox zentox commented Dec 10, 2024

This PR introduces a structured approach to updating or adding dependency, updating dependencyversions and plugin configurations within the project. Key improvements include:

  1. Centralized Dependency Management:
    The Dependency enum now acts as a single source of truth for all potentially used dependencies. This allows:

    • Easy updates to dependency versions by modifying the enum.
    • Adding new dependencies seamlessly while maintaining a consistent structure.
  2. Centralized Plugin Management:
    The Plugin enum simplifies managing Gradle plugins by:

    • Enabling quick updates to plugin identifiers.

@zentox zentox requested a review from Rdeisenroth December 11, 2024 13:27
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.

1 participant