Mercurial > public > develkit
comparison init70-git.gradle @ 326:131275ef326a
fix urls
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Thu, 09 Feb 2023 14:24:44 -0500 |
parents | e93e882cdb23 |
children | def784e473ec |
comparison
equal
deleted
inserted
replaced
325:e93e882cdb23 | 326:131275ef326a |
---|---|
138 | 138 |
139 if (gradle.bambooBuild) { | 139 if (gradle.bambooBuild) { |
140 | 140 |
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}/artifactory70.gradle") | 143 apply from: "${gradle.ssdtDevelkitLocation}/artifactory70.gradle" |
144 } | 144 } |
145 | 145 |
146 if (!rootProject.hasProperty('disableMetrics')) { | 146 if (!rootProject.hasProperty('disableMetrics')) { |
147 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/metrics70.gradle") | 147 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/metrics70.gradle") |
148 } | 148 } |