You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== Install all spring-\* jars into your local Maven cache
43
+
=== Install all `spring-*.jar` into your local Maven repository.
44
+
44
45
[indent=0]
45
46
----
46
47
./gradlew publishToMavenLocal
47
48
----
48
49
49
-
=== Compile and test; build all jars, distribution zips, and docs
50
+
=== Compile and test; build all JARs, distribution zips, and docs
51
+
50
52
[indent=0]
51
53
----
52
54
./gradlew build
@@ -59,18 +61,17 @@ You can build the reference docs for this branch by running the following comman
59
61
./gradlew :spring-security-docs:antora
60
62
----
61
63
62
-
That command publishes the docs site to the _docs/build/site_ directory.
64
+
That command publishes the docs site to the `_docs/build/site_` directory.
63
65
The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
64
66
65
67
Discover more commands with `./gradlew tasks`.
66
-
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
67
68
68
69
== Getting Support
69
70
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
70
71
https://spring.io/services[Commercial support] is available too.
71
72
72
73
== Contributing
73
-
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.
74
+
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.
74
75
75
76
== License
76
77
Spring Security is Open Source software released under the
0 commit comments