comparison init70-github.gradle @ 355:b2b512824e8f

revert changes
author Marc Davis <marc.davis@mcoecn.org>
date Tue, 05 Sep 2023 14:04:02 -0400
parents c203c2024c0d
children 22a86f411b3e
comparison
equal deleted inserted replaced
354:23617a92ae36 355:b2b512824e8f
137 137
138 if (gradle.bambooBuild) { 138 if (gradle.bambooBuild) {
139 139
140 file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" 140 file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n"
141 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" 141 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)"
142 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory70-github.gradle") 142 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory70.gradle")
143 } 143 }
144 144
145 if (!rootProject.hasProperty('disableMetrics')) { 145 if (!rootProject.hasProperty('disableMetrics')) {
146 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/metrics70.gradle") 146 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/metrics70.gradle")
147 } 147 }