We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feb809 commit 4ebfa2cCopy full SHA for 4ebfa2c
config/spring-security-config.gradle
@@ -1,4 +1,5 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
+import trang.RncToXsd
3
4
apply plugin: 'io.spring.convention.spring-module'
5
apply plugin: 'trang'
@@ -109,7 +110,7 @@ dependencies {
109
110
testRuntimeOnly 'org.hsqldb:hsqldb'
111
}
112
-rncToXsd {
113
+tasks.named('rncToXsd', RncToXsd).configure {
114
rncDir = file('src/main/resources/org/springframework/security/config/')
115
xsdDir = rncDir
116
xslFile = new File(rncDir, 'spring-security.xsl')
0 commit comments