We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45a9f6 commit b1e02fbCopy full SHA for b1e02fb
1 file changed
standalone/settings.gradle
@@ -27,15 +27,15 @@ if (!hasProperty("labkeyVersion")) {
27
28
gradle.beforeProject { project ->
29
project.repositories {
30
+ // Maven Central first
31
+ mavenCentral()
32
maven {
33
// Use this repository when relying on release versions of the LabKey artifacts and their external dependencies
34
url "${project.artifactory_contextUrl}/libs-release"
35
}
36
- // Use this repository when relying on snapshot versions of LabKey artifacts or requiring snapshot external dependencies
37
+ // Use this repository when relying on snapshot versions of LabKey artifacts
38
url "${project.artifactory_contextUrl}/libs-snapshot"
39
- // include Maven Central separately in case lookup with previous repository fails
- mavenCentral()
40
41
0 commit comments