Skip to content

Commit b1e02fb

Browse files
authored
Check Maven Central first (#99)
1 parent f45a9f6 commit b1e02fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

standalone/settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ if (!hasProperty("labkeyVersion")) {
2727

2828
gradle.beforeProject { project ->
2929
project.repositories {
30+
// Maven Central first
31+
mavenCentral()
3032
maven {
3133
// Use this repository when relying on release versions of the LabKey artifacts and their external dependencies
3234
url "${project.artifactory_contextUrl}/libs-release"
3335
}
3436
maven {
35-
// 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
3638
url "${project.artifactory_contextUrl}/libs-snapshot"
3739
}
38-
// include Maven Central separately in case lookup with previous repository fails
39-
mavenCentral()
4040
}
4141
}

0 commit comments

Comments
 (0)