# HG changeset patch # User smith@nwoca.org # Date 1438777884 -3600 # Node ID 5bc8264bb97983a54b08fbd39c423f9c91cbceb3 # Parent 9e4e8ae8f54a04c8965b2989cad1645953eb618c revert change to snapshot version based on branch diff -r 9e4e8ae8f54a -r 5bc8264bb979 init20.gradle --- 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] }