versioning icon indicating copy to clipboard operation
versioning copied to clipboard

Support for commit time

Open Darkvater opened this issue 5 years ago • 0 comments

It would be great if this plugin could provide the commit date in the versioning.info object. Ideally the actual date the commit was pushed to the repo and not the original commit date which makes things very confusing in case there is rebase going on. The reason for this request is that com.gorylenko.gradle-git-properties and net.nemerosa does not work together nicely (they are using conflicting versions of grgit). Since this plugin is more flexible I would like to use it to generate the git.properties file for spring-boot versioning info amongst others.

Darkvater avatar Jun 30 '20 10:06 Darkvater