Skip to content

Commit 91007e6

Browse files
committed
Remove nohttp/allowlist.lines since all fixed
1 parent bfb2ca2 commit 91007e6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ if (isCI) {
3636
apply plugin: 'io.spring.nohttp'
3737

3838
nohttp {
39-
allowlistFile = file('src/nohttp/allowlist.lines')
4039
source.include '**/src/**'
41-
source.exclude '**/*.gif', '**/*.jpg', '**/*.png', '**/*.svg', '**/*.ks'
40+
source.exclude '**/bin/**', '**/build/**', '**/out/**', '**/target/**', '**/*.gif', '**/*.jpg', '**/*.png', '**/*.svg', '**/*.ks'
4241
}
4342
}
4443

src/nohttp/allowlist.lines

-1
This file was deleted.

0 commit comments

Comments
 (0)