# HG changeset patch # User Kyle Miller # Date 1658238634 -3600 # Node ID b19757184b5e55cce364fe792d406eac9b9b65a1 # Parent fb30d6042d3ca56eff9869ae755c21efb003a35d SSED-1600: Created artifactory70.gradle which has a getter for internal property isFeature (required for Gradle 7+) diff -r fb30d6042d3c -r b19757184b5e init70.gradle --- a/init70.gradle Thu Jun 16 17:42:27 2022 +0100 +++ b/init70.gradle Tue Jul 19 14:50:34 2022 +0100 @@ -141,7 +141,7 @@ file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" gradle.ext.ssdtGradlekitLocation = gradle.ext.has('ssdtGradlekitLocation') ? gradle.ssdtGradlekitLocation : 'http://hg.ssdt-ohio.org/ssdt/gradlekit/raw-file/tip' logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" - apply from: resources.text.fromInsecureUri("${gradle.ssdtGradlekitLocation}/artifactory40.gradle") + apply from: resources.text.fromInsecureUri("${gradle.ssdtGradlekitLocation}/artifactory70.gradle") } if (!rootProject.hasProperty('disableMetrics')) {