mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Add https://repo.spring.io/release to reference
This commit is contained in:
parent
51ee0de3fd
commit
ad4497fb72
@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
|
||||
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user