Skip to content

Commit 4ce1d09

Browse files
committed
Update plugins repository
1 parent bbb4dc8 commit 4ce1d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labkey-api-sas/build.gradle

Lines changed: 1 addition & 1 deletion
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"
10+
url "${artifactory_contextUrl}/plugins-release-no-mc"
1111
}
1212
if (gradlePluginsVersion.contains("SNAPSHOT"))
1313
{

labkey-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
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"
10+
url "${artifactory_contextUrl}/plugins-release-no-mc"
1111
}
1212
if (gradlePluginsVersion.contains("SNAPSHOT"))
1313
{

0 commit comments

Comments
 (0)