comparison init40-git.gradle @ 323:af7191641c3b

fix url path
author Marc Davis <davis@ssdt-ohio.org>
date Thu, 09 Feb 2023 14:00:54 -0500
parents 7ca1fbf8636a
children a49456faf505
comparison
equal deleted inserted replaced
322:7ca1fbf8636a 323:af7191641c3b
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: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactry40.gradle") 143 apply from: "${gradle.ssdtDevelkitLocation}/artifactry40.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"