Mercurial > public > develkit
comparison init50-git.gradle @ 329:729ee03ee479
use artifactory40.gradle, similar to the init50.gradle script plugin
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Thu, 02 Mar 2023 13:04:47 -0500 |
parents | 131275ef326a |
children | 7bc7c6c79d7c |
comparison
equal
deleted
inserted
replaced
328:def784e473ec | 329:729ee03ee479 |
---|---|
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: "${gradle.ssdtDevelkitLocation}/artifactory50.gradle" | 143 apply from: "${gradle.ssdtDevelkitLocation}/artifactory40.gradle" |
144 } | 144 } |
145 | 145 |
146 if (!rootProject.hasProperty('disableMetrics')) { | 146 if (!rootProject.hasProperty('disableMetrics')) { |
147 apply from: "${gradle.ssdtDevelkitLocation}/metrics50.gradle" | 147 apply from: "${gradle.ssdtDevelkitLocation}/metrics50.gradle" |
148 } | 148 } |