From 9b1b47ae5d1da9e122c19edaf3457ed3911c3c65 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Wed, 28 Apr 2021 07:39:47 +0200 Subject: [PATCH] Rename nohttp whitelist to allowlist See gh-26264 --- build.gradle | 2 +- src/nohttp/{whitelist.lines => allowlist.lines} | 0 src/nohttp/checkstyle.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/nohttp/{whitelist.lines => allowlist.lines} (100%) diff --git a/build.gradle b/build.gradle index 599d5be469f..abc643abe84 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ description = "Spring Boot Build" defaultTasks 'build' nohttp { - whitelistFile = project.file("src/nohttp/whitelist.lines") + allowlistFile = project.file("src/nohttp/allowlist.lines") source.exclude "**/bin/**" source.exclude "**/build/**" source.exclude "**/out/**" diff --git a/src/nohttp/whitelist.lines b/src/nohttp/allowlist.lines similarity index 100% rename from src/nohttp/whitelist.lines rename to src/nohttp/allowlist.lines diff --git a/src/nohttp/checkstyle.xml b/src/nohttp/checkstyle.xml index fef009dfaa7..0b7682679c8 100644 --- a/src/nohttp/checkstyle.xml +++ b/src/nohttp/checkstyle.xml @@ -4,7 +4,7 @@ - +