Skip to content

Commit

Permalink
Merge 22.11 to 23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed May 4, 2023
2 parents ac56992 + 4444e46 commit 9f30238
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions standalone/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
mavenLocal()
// These repositories contain the LabKey gradle plugin
maven {
url "${artifactory_contextUrl}/plugins-release"
url "${artifactory_contextUrl}/plugins-release-no-proxy"
}
maven {
url "${artifactory_contextUrl}/plugins-snapshot-local"
Expand Down Expand Up @@ -31,11 +33,11 @@ gradle.beforeProject { project ->
mavenCentral()
maven {
// Use this repository when relying on release versions of the LabKey artifacts and their external dependencies
url "${project.artifactory_contextUrl}/libs-release"
url "${project.artifactory_contextUrl}/libs-release-no-proxy"
}
maven {
// Use this repository when relying on snapshot versions of LabKey artifacts
url "${project.artifactory_contextUrl}/libs-snapshot"
url "${project.artifactory_contextUrl}/libs-snapshot-no-proxy"
}
}
}

0 comments on commit 9f30238

Please sign in to comment.