comparison artifactory70.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 mavenCentral() 7 mavenCentral()
8 } 8 }
9 dependencies { 9 dependencies {
10 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.4" 10 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.4"
11 } 11 }
28 } 28 }
29 } 29 }
30 } 30 }
31 31
32 artifactory { 32 artifactory {
33 contextUrl = 'https://docker.ssdt.io/artifactory' 33 contextUrl = 'https://docker.ssdt-ohio.org/artifactory'
34 publish { 34 publish {
35 def isFeature = gradle.branchStream == 'feature' 35 def isFeature = gradle.branchStream == 'feature'
36 repository { 36 repository {
37 repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local' 37 repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local'
38 if (gradle.branch.isRelease()) { 38 if (gradle.branch.isRelease()) {