We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7000568 commit bbb4dc8Copy full SHA for bbb4dc8
labkey-api-sas/build.gradle
@@ -27,8 +27,9 @@ plugins {
27
}
28
29
repositories {
30
+ mavenCentral()
31
maven {
- url "${artifactory_contextUrl}/libs-release"
32
+ url "${artifactory_contextUrl}/libs-release-no-mc"
33
34
if (hasProperty('artifactory_user') && hasProperty('artifactory_password'))
35
{
labkey-client-api/build.gradle
@@ -37,8 +37,9 @@ plugins {
37
38
39
40
41
42
43
44
45
0 commit comments