Skip to content

Commit 05af499

Browse files
committed
Revert usage of temporary repository
1 parent aecbcc0 commit 05af499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

labkey-api-sas/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
repositories {
88
mavenCentral()
99
maven {
10-
url "${artifactory_contextUrl}/plugins-release-no-mc"
10+
url "${artifactory_contextUrl}/plugins-release"
1111
}
1212
if (gradlePluginsVersion.contains("SNAPSHOT"))
1313
{
@@ -29,7 +29,7 @@ plugins {
2929
repositories {
3030
mavenCentral()
3131
maven {
32-
url "${artifactory_contextUrl}/libs-release-no-mc"
32+
url "${artifactory_contextUrl}/libs-release"
3333

3434
if (hasProperty('artifactory_user') && hasProperty('artifactory_password'))
3535
{

labkey-client-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
repositories {
88
mavenCentral()
99
maven {
10-
url "${artifactory_contextUrl}/plugins-release-no-mc"
10+
url "${artifactory_contextUrl}/plugins-release"
1111
}
1212
if (gradlePluginsVersion.contains("SNAPSHOT"))
1313
{
@@ -39,7 +39,7 @@ plugins {
3939
repositories {
4040
mavenCentral()
4141
maven {
42-
url "${artifactory_contextUrl}/libs-release-no-mc"
42+
url "${artifactory_contextUrl}/libs-release"
4343

4444
if (hasProperty('artifactory_user') && hasProperty('artifactory_password'))
4545
{

0 commit comments

Comments
 (0)