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

refactor/align-target-versions #172

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

pvannierop
Copy link
Contributor

Problem

The versions of dependencies of the radar-commons project and the radar-commons-gradle includeBuild project are defined at various places. Also, in some cases the versions were hard coded. This makes consistent application of dependency and platform versions very cumbersome and prone to inconsistencies.

Solution

This PR will:

  • introduce the gradle version catalog feature
  • remove hard coded version definitions by refering to the version catalog
  • move definition of the project version to gradle.properties files
  • add comments that should assist future maintainers with version updates

@pvannierop pvannierop self-assigned this Sep 25, 2024
@pvannierop pvannierop changed the base branch from master to dev September 25, 2024 09:02
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