1
0
mirror of synced 2026-05-22 21:33:16 +00:00
This commit is contained in:
Rob Winch
2021-01-19 22:50:43 -06:00
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" }
}