comparison init70.gradle @ 287:b19757184b5e

SSED-1600: Created artifactory70.gradle which has a getter for internal property isFeature (required for Gradle 7+)
author Kyle Miller <kyle.miller@mcoecn.org>
date Tue, 19 Jul 2022 14:50:34 +0100
parents fb30d6042d3c
children 093ff657fd79
comparison
equal deleted inserted replaced
283:fb30d6042d3c 287:b19757184b5e
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 gradle.ext.ssdtGradlekitLocation = gradle.ext.has('ssdtGradlekitLocation') ? gradle.ssdtGradlekitLocation : 'http://hg.ssdt-ohio.org/ssdt/gradlekit/raw-file/tip' 142 gradle.ext.ssdtGradlekitLocation = gradle.ext.has('ssdtGradlekitLocation') ? gradle.ssdtGradlekitLocation : 'http://hg.ssdt-ohio.org/ssdt/gradlekit/raw-file/tip'
143 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" 143 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)"
144 apply from: resources.text.fromInsecureUri("${gradle.ssdtGradlekitLocation}/artifactory40.gradle") 144 apply from: resources.text.fromInsecureUri("${gradle.ssdtGradlekitLocation}/artifactory70.gradle")
145 } 145 }
146 146
147 if (!rootProject.hasProperty('disableMetrics')) { 147 if (!rootProject.hasProperty('disableMetrics')) {
148 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/metrics50.gradle") 148 apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/metrics50.gradle")
149 } 149 }