gradle-git-versioning-plugin
gradle-git-versioning-plugin copied to clipboard
Can't use project properties
Hi,
I wanted to access the project property git.commit.timestamp and tried several things like
val commitTime: Long = (project.properties.get("git.commit.timestamp") as String).toLong() and val commitTime: Long = (gitVersioning.ext.get("git.commit.timestamp") as String).toLong(), but it's not there.
Is this a bug? How to access the values?
Kind regards,
Stefan