Add root convention
Issue gh-613
This commit is contained in:
@@ -20,4 +20,11 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.root'
|
||||
|
||||
description = "Spring LDAP"
|
||||
|
||||
nohttp {
|
||||
allowlistFile = project.file("etc/nohttp/allowlist.lines")
|
||||
source.exclude "buildSrc/build/**"
|
||||
}
|
||||
2
etc/nohttp/allowlist.lines
Normal file
2
etc/nohttp/allowlist.lines
Normal file
@@ -0,0 +1,2 @@
|
||||
^http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd
|
||||
^http://www.w3.org/2000/svg
|
||||
Reference in New Issue
Block a user