Unify publishing artifacts
Tapchicoma opened this issue · 1 comments
Tapchicoma commented
Add unified solution that publishes all library artifacts with the same version.
sockeqwe commented
Should be as easy as set the VERSION_NAME
in gradle.properties
in root folder which then should be used automatically by all modules that include maven publish plugin.