comparison artifactory40.gradle @ 362:de8c350c511a tip

domain change from ssdt.io to ssdt-ohio.org
author Marc Davis <marc.davis@mcoecn.org>
date Wed, 04 Sep 2024 10:18:53 -0400
parents 7ca1fbf8636a
children
comparison
equal deleted inserted replaced
361:7b6d30651db7 362:de8c350c511a
1 1
2 logger.info("applying SSDT bamboo/artifactory Gradle Settings") 2 logger.info("applying SSDT bamboo/artifactory Gradle Settings")
3 3
4 buildscript { 4 buildscript {
5 repositories { 5 repositories {
6 maven { url 'https://docker.ssdt.io/artifactory/gradle-plugins' } 6 maven { url 'https://docker.ssdt-ohio.org/artifactory/gradle-plugins' }
7 } 7 }
8 dependencies { 8 dependencies {
9 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1" 9 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1"
10 } 10 }
11 } 11 }
17 apply plugin: org.jfrog.gradle.plugin.artifactory.ArtifactoryConfigurationsPlugin 17 apply plugin: org.jfrog.gradle.plugin.artifactory.ArtifactoryConfigurationsPlugin
18 18
19 } 19 }
20 20
21 artifactory { 21 artifactory {
22 contextUrl = 'https://docker.ssdt.io/artifactory' 22 contextUrl = 'https://docker.ssdt-ohio.org/artifactory'
23 publish { 23 publish {
24 def isFeature = gradle.branchStream == 'feature' 24 def isFeature = gradle.branchStream == 'feature'
25 repository { 25 repository {
26 repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local' 26 repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local'
27 if (gradle.branch.isRelease()) { 27 if (gradle.branch.isRelease()) {