Mercurial > public > develkit
comparison init.gradle @ 76:15a5fd89d80b
add display of envs for bamboo testing
author | smith@nwoca.org |
---|---|
date | Mon, 06 Feb 2012 14:19:18 -0500 |
parents | 02cc8e50945e |
children | e9605748e5ce |
comparison
equal
deleted
inserted
replaced
75:02cc8e50945e | 76:15a5fd89d80b |
---|---|
1 | 1 |
2 logger.debug("applying SSDT artifactory Gradle Settings") | 2 logger.debug("applying SSDT artifactory Gradle Settings") |
3 | 3 |
4 gradle.addListener(new ArtifactoryGradleSettings()) | 4 gradle.addListener(new ArtifactoryGradleSettings()) |
5 | |
6 println "Environment: " | |
7 println "----------------------------" | |
8 System.getenv().each { k,v -> println " $k = $v" } | |
5 | 9 |
6 subprojects { | 10 subprojects { |
7 | 11 |
8 task cleanLocal << { | 12 task cleanLocal << { |
9 def local = project.repositories.find { it.name == 'local' } | 13 def local = project.repositories.find { it.name == 'local' } |