Mercurial > public > develkit
comparison init20-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 | 7bc7c6c79d7c |
comparison
equal
deleted
inserted
replaced
325:e93e882cdb23 | 326:131275ef326a |
---|---|
133 | 133 |
134 if (gradle.bambooBuild) { | 134 if (gradle.bambooBuild) { |
135 | 135 |
136 file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" | 136 file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" |
137 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" | 137 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" |
138 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory20.gradle") | 138 apply from: "${gradle.ssdtDevelkitLocation}/artifactory20.gradle" |
139 } | 139 } |
140 | 140 |
141 if (!rootProject.hasProperty('disableMetrics')) { | 141 if (!rootProject.hasProperty('disableMetrics')) { |
142 apply from: "${gradle.ssdtDevelkitLocation}/metrics.gradle" | 142 apply from: "${gradle.ssdtDevelkitLocation}/metrics.gradle" |
143 } | 143 } |