problem: build failure on clean project

This commit is contained in:
Igor Artamonov
2020-03-18 21:14:37 -04:00
parent 32249bff32
commit 6cbaf664a6

View File

@@ -173,6 +173,7 @@ task generateVersion() {
doLast {
def version = versionDetails()
def resourcesDir = sourceSets.main.output.resourcesDir
resourcesDir.mkdirs()
new File(resourcesDir, "version.properties").text = [
"# AUTOMATICALLY GENERATED",
"version.app=$project.version",