-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels