Fix gradle script

This commit is contained in:
max-klaus 2020-11-24 19:19:33 +03:00
parent 2aa202c41d
commit 27fd2c6c5b

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"
}
}