Fix gradle issue

This commit is contained in:
Benoit Marty 2019-03-18 18:53:14 +01:00
parent 7030258de5
commit dffcc3f405
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def versionMajor = 0
def versionMinor = 1
def versionPatch = 0

def getGitTimestamp() {
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
return cmd.execute().text.trim() as Long
}