1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Resolve artifacts from Maven Central first

- Use spring-build-conventions:0.0.36
- Add https://repo.spring.io/release to reference

Closes gh-9367
This commit is contained in:
Eleftheria Stein
2021-01-22 13:27:39 +01:00
parent e6d6b39767
commit 5315b2eeca
2 changed files with 5 additions and 1 deletions
@@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
}
}
repositories {
maven { url "https://repo.spring.io/release" }
}