JavierSegoviaCordoba / semver-gradle-plugin

Set projects versions based on git tags and following semantic versioning
https://semver-gradle-plugin.javiersc.com
Other
25 stars 3 forks source link

`printSemver -q` outputs nothing #94

Closed bric3 closed 1 year ago

bric3 commented 1 year ago

I believe this is because the task uses by default the gradle logger. I think this task should use a regular println instead.

JavierSegoviaCordoba commented 1 year ago

To be honest I am not an expert on logging. With this the version will not be shown, but is there no way to do that with the logger?

As this task is for showing the version if it is undesired, is it not easier to disable it by the user?