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] }
|
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url "https://repo.spring.io/release" }
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue