Add https://repo.spring.io/release to reference build
This commit is contained in:
@@ -31,3 +31,7 @@ def resolvedVersions(Configuration configuration) {
|
||||
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user