Skip to content

Commit ece9f10

Browse files
author
Steve Riesenberg
committed
1 parent 26ff4da commit ece9f10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

etc/nohttp/allowlist.lines

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
^http://lists.webappsec.org/.*
66
^http://webblaze.cs.berkeley.edu/.*
77
^http://www.w3.org/2000/09/xmldsig.*
8-
^http://www.gnu.org/.*
8+
^http://www.gnu.org/.*
9+
^http://www.apache.org/licenses/.*

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pluginManagement {
99
plugins {
1010
id "com.gradle.enterprise" version "3.13.3"
1111
id "io.spring.ge.conventions" version "0.0.13"
12+
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
1213
}
1314

1415
dependencyResolutionManagement {
@@ -22,7 +23,7 @@ rootProject.name = "spring-authorization-server"
2223
def buildFiles = fileTree(rootDir) {
2324
def excludes = gradle.startParameter.projectProperties.get("excludeProjects")?.split(",")
2425
include "**/*.gradle", "**/*.gradle.kts"
25-
exclude "build", "**/gradle", "settings.gradle", "buildSrc", "/build.gradle", ".*", "out"
26+
exclude "build", "**/gradle", "settings.gradle", "buildSrc", "/build.gradle", "gradle-*", ".*", "out"
2627
if (excludes) {
2728
exclude excludes
2829
}

0 commit comments

Comments
 (0)