File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ if (!hasProperty("labkeyVersion")) {
2727
2828gradle. 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}
You can’t perform that action at this time.
0 commit comments