You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to access the project property
git.commit.timestamp
and tried several things likeval commitTime: Long = (project.properties.get("git.commit.timestamp") as String).toLong()
andval 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
The text was updated successfully, but these errors were encountered: