palantir / gradle-consistent-versions

Compact, constraint-friendly lockfiles for your dependencies
Apache License 2.0
117 stars 14 forks source link

Set group and version on all projects #1235

Closed CRogers closed 2 months ago

CRogers commented 2 months ago

Before this PR

The previous code to set versions worked fine on a single project setup, but if people were to add another project it would not work.

After this PR

Make it work for multi-project environment.

Possible downsides?

felixdesouza commented 2 months ago

👍