changeset 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 5b3fd5d6c7ae
files init70.gradle
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')) {