Update to Gradle 5.0

Change project's gradle version to 5.0, this requires to make some minor
adjustments.

Fixes: gh-6148
This commit is contained in:
Daniel Bustamante Ospina
2018-11-29 08:34:18 -05:00
committed by Rob Winch
parent f808740c57
commit 6bddb38cac
6 changed files with 4 additions and 7 deletions

View File

@@ -73,9 +73,6 @@ dependencies {
testRuntime 'org.hsqldb:hsqldb'
}
test {
inputs.file file("$rootDir/docs/manual/src/docbook/appendix-namespace.xml")
}
rncToXsd {
rncDir = file('src/main/resources/org/springframework/security/config/')