Skip to content

Commit 39ed820

Browse files
committed
Add https://repo.spring.io/release to reference build
1 parent 5b8d0c3 commit 39ed820

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/manual/spring-security-oauth2-authorization-server-docs-manual.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ def resolvedVersions(Configuration configuration) {
3131
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
3232
}
3333
}
34+
35+
repositories {
36+
maven { url "https://repo.spring.io/release" }
37+
}

0 commit comments

Comments
 (0)