소스 검색

Add rncToXsd task description to CONTRIBUTING.adoc

Daniel Garnier-Moiroux 2 년 전
부모
커밋
26bb60c567
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      CONTRIBUTING.adoc

+ 4 - 0
CONTRIBUTING.adoc

@@ -136,6 +136,10 @@ Search the codebase to find related unit tests and add additional `@Test` method
 
 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:
 
+----
+./gradlew :spring-security-config:rncToXsd
+----
+
 Changes to the XML schema will be overwritten by the Gradle build task.
 
 = Squash commits