comparison artifactory20.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
7 //} 7 //}
8 // 8 //
9 9
10 buildscript { 10 buildscript {
11 repositories { 11 repositories {
12 maven { url 'https://docker.ssdt.io/artifactory/gradle-plugins' } 12 maven { url 'https://docker.ssdt-ohio.org/artifactory/gradle-plugins' }
13 } 13 }
14 dependencies { 14 dependencies {
15 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1" 15 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1"
16 } 16 }
17 } 17 }
18 apply { 18 apply {
19 apply plugin: org.jfrog.gradle.plugin.artifactory.ArtifactoryConfigurationsPlugin 19 apply plugin: org.jfrog.gradle.plugin.artifactory.ArtifactoryConfigurationsPlugin
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 // Publisher username and password 27 // Publisher username and password