Closed aaditya-taparia closed 4 years ago
Currently, if there is no .git directory available it seems like generateGitProperties fails
generateGitProperties
Can you try this config? It should do the job.
gitProperties { failOnNoGitDirectory = false }
FYI, I've updated the README at https://github.com/n0mer/gradle-git-properties
Thanks!
Currently, if there is no .git directory available it seems like
generateGitProperties
fails