File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ git clone git@github.com:spring-projects/spring-security.git
5252./gradlew build
5353----
5454
55+ The reference docs are not currently included in the distribution zip.
56+ You can build the reference docs for this branch by running the following command:
57+
58+ ----
59+ ./gradlew :spring-security-docs:antora
60+ ----
61+
62+ That command publishes the docs site to the _docs/build/site_ directory.
63+ The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
64+
5565Discover more commands with `./gradlew tasks`.
5666See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
5767
You can’t perform that action at this time.
0 commit comments