From 26bb60c567c87dfde3c4960e23dbb5a40c890961 Mon Sep 17 00:00:00 2001 From: Daniel Garnier-Moiroux Date: Mon, 3 Oct 2022 14:46:12 +0200 Subject: [PATCH] Add rncToXsd task description to CONTRIBUTING.adoc --- CONTRIBUTING.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ebf1957757..7af68ef805 100644 --- a/CONTRIBUTING.adoc +++ b/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