Removed version incrementing from kobalt build.
This commit is contained in:
parent
eb10f83cf2
commit
c27ba6dc98
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ val p = project {
|
|||
prerelease.insert(0, "+");
|
||||
}
|
||||
|
||||
return (p.getProperty(majorKey, "1") + "." + p.getProperty(minorKey, "0") + "." + p.getProperty(patchKey, "0") + prerelease + metadata)
|
||||
return (p.getProperty(majorKey, "1") + "." + p.getProperty(minorKey, "0") + "." + p.getProperty(patchKey, "0")
|
||||
+ prerelease + metadata)
|
||||
}
|
||||
|
||||
version = getVersion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue