You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow better sharing of version numbers in gradle.properties instead of doing constraints. The reason is that I don't want modules like API including all the constraints (e.g. avro, etc) which was not being used at all.
The text was updated successfully, but these errors were encountered:
Updates how the dependencies of the library are managed resulting in the removal of the <dependencyManagement>/ constaints for each module in favour of explicitly setting the versions. The reason for this was a module like the api had a dependency management section setting values for libraries like Jackson or Avro which this module does not care about.
JaidenAshmore
changed the title
Move versions to gradle.properties file and remove constraints
Remove the dependency management for the modules in favour of explicit versioning
Aug 8, 2020
Allow better sharing of version numbers in gradle.properties instead of doing constraints. The reason is that I don't want modules like API including all the constraints (e.g. avro, etc) which was not being used at all.
The text was updated successfully, but these errors were encountered: