Merge pull request #10269 from osmandapp/master

Fix gradle script
This commit is contained in:
Hardy 2020-11-24 18:54:38 +01:00 committed by GitHub
commit a221da0246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ uploadArchives {
// def parsedGitInfo = Pattern.compile("v(\\d+\\.\\d+)-([\\d.]+)-(\\w+)").matcher(gitInfo)
// assert parsedGitInfo.matches()
// version = parsedGitInfo.group(1) + "-SNAPSHOT"
version = "1.0"
version = "1.0-SNAPSHOT"
}
}