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