mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 05:37:57 +03:00
Fix warning.
This commit is contained in:
parent
4231002344
commit
e5563e86c9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildscript {
|
|||
}
|
||||
|
||||
project.ext {
|
||||
signingEnabled = project.hasProperty("PLAY_RELEASE_STORE_FILE");
|
||||
signingEnabled = project.hasProperty("PLAY_RELEASE_STORE_FILE")
|
||||
git = Grgit.open(currentDir: project.rootDir)
|
||||
gitVersionCode = git.tag.list().size()
|
||||
gitVersionName = "${git.describe()}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue