File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3+ mavenCentral()
4+ gradlePluginPortal()
35 mavenLocal()
46 // These repositories contain the LabKey gradle plugin
57 maven {
6- url " ${ artifactory_contextUrl} /plugins-release"
8+ url " ${ artifactory_contextUrl} /plugins-release-no-proxy "
79 }
810 maven {
911 url " ${ artifactory_contextUrl} /plugins-snapshot-local"
@@ -31,11 +33,11 @@ gradle.beforeProject { project ->
3133 mavenCentral()
3234 maven {
3335 // Use this repository when relying on release versions of the LabKey artifacts and their external dependencies
34- url " ${ project.artifactory_contextUrl} /libs-release"
36+ url " ${ project.artifactory_contextUrl} /libs-release-no-proxy "
3537 }
3638 maven {
3739 // Use this repository when relying on snapshot versions of LabKey artifacts
38- url " ${ project.artifactory_contextUrl} /libs-snapshot"
40+ url " ${ project.artifactory_contextUrl} /libs-snapshot-no-proxy "
3941 }
4042 }
4143}
You can’t perform that action at this time.
0 commit comments