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

chore: dependency management #214

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

harare
Copy link
Contributor

@harare harare commented Jun 12, 2023

This pull request takes care of the dependency management. There are two changes.

First, introduce a gradle plugin called 'ca.cutterslade.analyze'. This plugin is a dependency management tool which scans for used but undeclared dependencies and vice versa unused but declared dependencies. This results in clear and reliable dependencies in the project.

Second, add a explicit dependencies.gradle file containing versions for dependencies which are used in subprojects. This approach is compatible with dependabot (see: dependabot-gradle)

@sam0r040 sam0r040 merged commit 159c54c into springwolf:master Jun 16, 2023
@sam0r040
Copy link
Collaborator

@harare thanks a lot for your first contribution, greatly appreciated!

@harare harare deleted the chore/dependency-management branch July 21, 2023 11:49
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