From 91007e67459271e1373db1cc48d406019675953f Mon Sep 17 00:00:00 2001 From: abilan Date: Fri, 18 Nov 2022 16:10:09 -0500 Subject: [PATCH] Remove `nohttp/allowlist.lines` since all fixed --- build.gradle | 3 +-- src/nohttp/allowlist.lines | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 src/nohttp/allowlist.lines 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.*