comparison init70-github.gradle @ 357:ab7103f0c154

try some more maven publishing items
author Marc Davis <marc.davis@mcoecn.org>
date Tue, 05 Sep 2023 15:40:13 -0400
parents 22a86f411b3e
children 8238fff451c9
comparison
equal deleted inserted replaced
356:22a86f411b3e 357:ab7103f0c154
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.gradle") 142 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory70-github.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 }
435 url = "${ssdtArtifactory}/ssdt-branches/${gradle.branchHash}/" 435 url = "${ssdtArtifactory}/ssdt-branches/${gradle.branchHash}/"
436 patternLayout() { 436 patternLayout() {
437 artifact "[organization]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]" 437 artifact "[organization]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
438 ivy "[organization]/[module]/ivy-[revision].xml" 438 ivy "[organization]/[module]/ivy-[revision].xml"
439 } 439 }
440 }
441 maven {
442 name = 'ssdt-branches'
443 url = "${ssdtArtifactory}/ssdt-branches/${gradle.branchHash}/"
440 } 444 }
441 } 445 }
442 446
443 ivy { 447 ivy {
444 name = 'ssdt-releases' 448 name = 'ssdt-releases'