dmfs / gver

Gradle versioning based on git history.
https://plugins.gradle.org/plugin/org.dmfs.gver
Apache License 2.0
2 stars 4 forks source link

Ensure SNAPSHOT times are stable, #61 #62

Closed dmfs closed 1 year ago

dmfs commented 1 year ago

This uses the commit time of the HEAD commit as the SNAPSHOT time, unless the working tree is dirty, in which case the current time is still used.