diff --git a/build.gradle b/build.gradle index 12eab93066b..e7c331a94f0 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 @@ - +