Mercurial > public > develkit
changeset 226:ea011be895bd
USASR-2244: Fix call to .text
author | Christopher Springer <springer@nwoca.org> |
---|---|
date | Thu, 07 Jul 2016 16:50:39 +0100 |
parents | 4015b287c69f |
children | d84d60b29395 |
files | init20.gradle |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/init20.gradle Thu Jul 07 16:48:26 2016 +0100 +++ b/init20.gradle Thu Jul 07 16:50:39 2016 +0100 @@ -798,7 +798,7 @@ } private findSnapshotVersion() { - println "hg pull".execute() + println "hg pull".execute().text def versions = "hg branches --closed".execute().text.split('\n').findAll { it.startsWith( 'release') || it.startsWith( 'hotfix') }.collect {