Skip to content

Commit 7be2eb0

Browse files
Merge branch '5.7.x' into 5.8.x
2 parents 6d56af7 + cd4ddde commit 7be2eb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ Search the codebase to find related unit tests and add additional `@Test` method
136136

137137
Update the https://www.relaxng.org[RELAX NG] schema `spring-security-x.y.rnc` instead of `spring-security-x.y.xsd` if you contribute changes to supported XML configuration. The XML schema file can be generated the following Gradle task:
138138

139+
----
140+
./gradlew :spring-security-config:rncToXsd
141+
----
142+
139143
Changes to the XML schema will be overwritten by the Gradle build task.
140144

141145
= Squash commits

0 commit comments

Comments
 (0)