Mercurial > public > develkit
comparison init40-git.gradle @ 324:a49456faf505
fix spelling
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Thu, 09 Feb 2023 14:02:12 -0500 |
parents | af7191641c3b |
children | 1a7daef79467 |
comparison
equal
deleted
inserted
replaced
323:af7191641c3b | 324:a49456faf505 |
---|---|
138 println "Indy available: ${rootProject.indyCapable()} enabled: ${rootProject.useIndy()}" | 138 println "Indy available: ${rootProject.indyCapable()} enabled: ${rootProject.useIndy()}" |
139 | 139 |
140 if (gradle.bambooBuild) { | 140 if (gradle.bambooBuild) { |
141 file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" | 141 file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" |
142 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" | 142 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" |
143 apply from: "${gradle.ssdtDevelkitLocation}/artifactry40.gradle" | 143 apply from: "${gradle.ssdtDevelkitLocation}/artifactory40.gradle" |
144 } | 144 } |
145 | 145 |
146 if (!rootProject.hasProperty('disableMetrics')) { | 146 if (!rootProject.hasProperty('disableMetrics')) { |
147 println "applying SSDT metrics40.gradle" | 147 println "applying SSDT metrics40.gradle" |
148 apply from: "${gradle.ssdtDevelkitLocation}/metrics40.gradle" | 148 apply from: "${gradle.ssdtDevelkitLocation}/metrics40.gradle" |