We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ee0de commit ad4497fCopy full SHA for ad4497f
docs/manual/spring-security-docs-manual.gradle
@@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
43
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
44
}
45
46
+
47
+repositories {
48
+ maven { url "https://repo.spring.io/release" }
49
+}
0 commit comments