=== Install all spring-\* jars into your local Maven cache
=== Install all `spring-*.jar` into your local Maven repository.
[indent=0]
[indent=0]
----
----
./gradlew publishToMavenLocal
./gradlew publishToMavenLocal
----
----
=== Compile and test; build all jars, distribution zips, and docs
=== Compile and test; build all JARs, distribution zips, and docs
[indent=0]
[indent=0]
----
----
./gradlew build
./gradlew build
@ -59,18 +61,17 @@ You can build the reference docs for this branch by running the following comman
./gradlew :spring-security-docs:antora
./gradlew :spring-security-docs:antora
----
----
That command publishes the docs site to the _docs/build/site_ directory.
That command publishes the docs site to the `_docs/build/site_` directory.
The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
Discover more commands with `./gradlew tasks`.
Discover more commands with `./gradlew tasks`.
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
== Getting Support
== Getting Support
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
https://spring.io/services[Commercial support] is available too.
https://spring.io/services[Commercial support] is available too.
== Contributing
== Contributing
https://help.github.com/articles/creating-a-pull-request[Pull requests] are welcome; see the https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc[contributor guidelines] for details.
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request[Pull requests] are welcome; see the https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc[contributor guidelines] for details.
== License
== License
Spring Security is Open Source software released under the
Spring Security is Open Source software released under the