diff --git a/etc/nohttp/allowlist.lines b/etc/nohttp/allowlist.lines index 786e266c..286d2013 100644 --- a/etc/nohttp/allowlist.lines +++ b/etc/nohttp/allowlist.lines @@ -5,5 +5,4 @@ ^http://lists.webappsec.org/.* ^http://webblaze.cs.berkeley.edu/.* ^http://www.w3.org/2000/09/xmldsig.* -^http://www.gnu.org/.* -^http://www.apache.org/licenses/.* \ No newline at end of file +^http://www.gnu.org/.* \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index ceb0269c..3f422b34 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,6 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.13.3" id "io.spring.ge.conventions" version "0.0.13" - id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10" } dependencyResolutionManagement { @@ -23,7 +22,7 @@ rootProject.name = "spring-authorization-server" def buildFiles = fileTree(rootDir) { def excludes = gradle.startParameter.projectProperties.get("excludeProjects")?.split(",") include "**/*.gradle", "**/*.gradle.kts" - exclude "build", "**/gradle", "settings.gradle", "buildSrc", "/build.gradle", "gradle-*", ".*", "out" + exclude "build", "**/gradle", "settings.gradle", "buildSrc", "/build.gradle", ".*", "out" if (excludes) { exclude excludes }