Mercurial > public > develkit
changeset 182:0de8c0720fb4
treat hotfix as release status
author | smith@nwoca.org |
---|---|
date | Fri, 19 Dec 2014 20:25:12 +0000 |
parents | d90208c97ec5 |
children | 358fdd20674a |
files | init20.gradle |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/init20.gradle Fri Dec 19 17:18:59 2014 +0000 +++ b/init20.gradle Fri Dec 19 20:25:12 2014 +0000 @@ -318,12 +318,10 @@ if (gradle.branchStream == 'develop') { fixupVersion = fixupVersion + ".SNAPSHOT" } - if (gradle.branchStream in ['production', 'release']) { - thisProject. - status = 'release' + if (gradle.branchStream in ['production', 'release','hotfix']) { + thisProject.status = 'release' } - thisProject - .version = fixupVersion + thisProject.version = fixupVersion } configurations.all {