diff --git a/build.gradle b/build.gradle index ce54f77b52..ad3ca4a4c6 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/src/nohttp/allowlist.lines b/src/nohttp/allowlist.lines deleted file mode 100644 index 26fa6277ba..0000000000 --- a/src/nohttp/allowlist.lines +++ /dev/null @@ -1 +0,0 @@ -^http://www.jcraft.com.*