releases-hub-gradle-plugin
releases-hub-gradle-plugin copied to clipboard
Support version placeholders
Add this support to:
- BuildSrc classes
- Version catalog (
[versions]
tag & versionRef)
Since it's not mentioned in the issue's description, I just want to point out that the explicit version
notation in Version catalogs is not supported either:
my-dependency = { module = "com.foo.bar", version = "1.2.3" }
This is way less important than having the support to version.ref
and [versions]
tag though.