This commit is contained in:
Rob Winch 2021-01-19 22:50:43 -06:00
parent 51ee0de3fd
commit ad4497fb72
1 changed files with 4 additions and 0 deletions

View File

@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
}
}
repositories {
maven { url "https://repo.spring.io/release" }
}