Remove nohttp/allowlist.lines since all fixed

This commit is contained in:
abilan
2022-11-18 16:10:09 -05:00
parent bfb2ca217f
commit 91007e6745
2 changed files with 1 additions and 3 deletions

View File

@@ -36,9 +36,8 @@ if (isCI) {
apply plugin: 'io.spring.nohttp'
nohttp {
allowlistFile = file('src/nohttp/allowlist.lines')
source.include '**/src/**'
source.exclude '**/*.gif', '**/*.jpg', '**/*.png', '**/*.svg', '**/*.ks'
source.exclude '**/bin/**', '**/build/**', '**/out/**', '**/target/**', '**/*.gif', '**/*.jpg', '**/*.png', '**/*.svg', '**/*.ks'
}
}

View File

@@ -1 +0,0 @@
^http://www.jcraft.com.*