Skip to content

Commit bbb4dc8

Browse files
committed
Add mavenCentral repo and test with virual repo that excludes it
1 parent 7000568 commit bbb4dc8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

labkey-api-sas/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ plugins {
2727
}
2828

2929
repositories {
30+
mavenCentral()
3031
maven {
31-
url "${artifactory_contextUrl}/libs-release"
32+
url "${artifactory_contextUrl}/libs-release-no-mc"
3233

3334
if (hasProperty('artifactory_user') && hasProperty('artifactory_password'))
3435
{

labkey-client-api/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ plugins {
3737
}
3838

3939
repositories {
40+
mavenCentral()
4041
maven {
41-
url "${artifactory_contextUrl}/libs-release"
42+
url "${artifactory_contextUrl}/libs-release-no-mc"
4243

4344
if (hasProperty('artifactory_user') && hasProperty('artifactory_password'))
4445
{

0 commit comments

Comments
 (0)