Skip to content

Commit 9f30238

Browse files
Merge 22.11 to 23.3
2 parents ac56992 + 4444e46 commit 9f30238

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

standalone/settings.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
buildscript {
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
}

0 commit comments

Comments
 (0)