Mercurial > public > develkit
changeset 326:131275ef326a
fix urls
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Thu, 09 Feb 2023 14:24:44 -0500 |
parents | e93e882cdb23 |
children | 1a7daef79467 |
files | init20-git.gradle init50-git.gradle init70-git.gradle |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/init20-git.gradle Thu Feb 09 14:20:24 2023 -0500 +++ b/init20-git.gradle Thu Feb 09 14:24:44 2023 -0500 @@ -135,7 +135,7 @@ file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" - apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory20.gradle") + apply from: "${gradle.ssdtDevelkitLocation}/artifactory20.gradle" } if (!rootProject.hasProperty('disableMetrics')) {
--- a/init50-git.gradle Thu Feb 09 14:20:24 2023 -0500 +++ b/init50-git.gradle Thu Feb 09 14:24:44 2023 -0500 @@ -140,7 +140,7 @@ file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" - apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory50.gradle") + apply from: "${gradle.ssdtDevelkitLocation}/artifactory50.gradle" } if (!rootProject.hasProperty('disableMetrics')) {
--- a/init70-git.gradle Thu Feb 09 14:20:24 2023 -0500 +++ b/init70-git.gradle Thu Feb 09 14:24:44 2023 -0500 @@ -140,7 +140,7 @@ file('build-number.txt').text = "build.number=${gradle.branch.buildNumber ?: -1 }\n" logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild host: $hostname)" - apply from: resources.text.fromInsecureUri("${gradle.ssdtDevelkitLocation}/artifactory70.gradle") + apply from: "${gradle.ssdtDevelkitLocation}/artifactory70.gradle" } if (!rootProject.hasProperty('disableMetrics')) {