File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- mavenLocal()
3+ mavenCentral()
4+ gradlePluginPortal()
45 // These repositories contain the LabKey gradle plugin
56 maven {
6- url " ${ artifactory_contextUrl} /plugins-release"
7+ url " ${ artifactory_contextUrl} /plugins-release-no-proxy "
78 }
89 maven {
910 url " ${ artifactory_contextUrl} /plugins-snapshot-local"
@@ -31,11 +32,11 @@ gradle.beforeProject { project ->
3132 mavenCentral()
3233 maven {
3334 // Use this repository when relying on release versions of the LabKey artifacts and their external dependencies
34- url " ${ project.artifactory_contextUrl} /libs-release"
35+ url " ${ project.artifactory_contextUrl} /libs-release-no-proxy "
3536 }
3637 maven {
3738 // Use this repository when relying on snapshot versions of LabKey artifacts
38- url " ${ project.artifactory_contextUrl} /libs-snapshot"
39+ url " ${ project.artifactory_contextUrl} /libs-snapshot-no-proxy "
3940 }
4041 }
4142}
You can’t perform that action at this time.
0 commit comments