Mercurial > public > develkit
changeset 199:5bc8264bb979
revert change to snapshot version based on branch
author | smith@nwoca.org |
---|---|
date | Wed, 05 Aug 2015 13:31:24 +0100 |
parents | 9e4e8ae8f54a |
children | 8aab0c2c1259 |
files | init20.gradle |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/init20.gradle Mon Aug 03 18:53:43 2015 +0100 +++ b/init20.gradle Wed Aug 05 13:31:24 2015 +0100 @@ -333,7 +333,7 @@ if (gradle.branchStream == 'feature') { fixupVersion = fixupVersion + ".SNAPSHOT" } - if (gradle.branchStream == 'master') { + if (gradle.branchStream == 'develop') { fixupVersion = fixupVersion + ".SNAPSHOT" } if (gradle.branchStream in ['production', 'release','hotfix']) { @@ -415,7 +415,7 @@ if (root.useIndy()) { def groovyIndy = p.configurations.compile.files.find { f -> f.name.startsWith('groovy-all') && f.name.contains('-indy') } if (groovyIndy) { - logger.info "enabling indy on $p" + // println "enabling indy compilation on $p" [compileGroovy.groovyOptions, compileTestGroovy.groovyOptions]*.with { optimizationOptions = [indy: true] }