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
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,10 @@ Search the codebase to find related unit tests and add additional `@Test` method
136
136
137
137
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:
138
138
139
+
----
140
+
./gradlew :spring-security-config:rncToXsd
141
+
----
142
+
139
143
Changes to the XML schema will be overwritten by the Gradle build task.
0 commit comments