Mercurial > public > develkit
comparison artifactory.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(group: 'org.jfrog.buildinfo', name: 'build-info-extractor-gradle', version: '2.1.0') | 9 classpath(group: 'org.jfrog.buildinfo', name: 'build-info-extractor-gradle', version: '2.1.0') |
10 } | 10 } |
11 } | 11 } |
13 apply { | 13 apply { |
14 apply plugin: org.jfrog.gradle.plugin.artifactory.ArtifactoryConfigurationsPlugin | 14 apply plugin: org.jfrog.gradle.plugin.artifactory.ArtifactoryConfigurationsPlugin |
15 } | 15 } |
16 | 16 |
17 artifactory { | 17 artifactory { |
18 contextUrl = 'https://docker.ssdt.io/artifactory' | 18 contextUrl = 'https://docker.ssdt-ohio.org/artifactory' |
19 publish { | 19 publish { |
20 def isFeature = gradle.branchStream == 'feature' | 20 def isFeature = gradle.branchStream == 'feature' |
21 repository { | 21 repository { |
22 repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local' | 22 repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local' |
23 // Publisher username and password | 23 // Publisher username and password |