Skip to content

Commit 7fafba9

Browse files
committed
Add root convention
Issue gh-613
1 parent 33d4d7d commit 7fafba9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ buildscript {
2020
}
2121
}
2222

23+
apply plugin: 'io.spring.convention.root'
24+
2325
description = "Spring LDAP"
26+
27+
nohttp {
28+
allowlistFile = project.file("etc/nohttp/allowlist.lines")
29+
source.exclude "buildSrc/build/**"
30+
}

etc/nohttp/allowlist.lines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
^http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd
2+
^http://www.w3.org/2000/svg

0 commit comments

Comments
 (0)