Skip to content

Commit 9c1ec34

Browse files
author
Steve Riesenberg
committed
Revert "Prepare for automated validation scripts"
This reverts commit ece9f10. Issue gh-1231
1 parent 27a893f commit 9c1ec34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

etc/nohttp/allowlist.lines

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

settings.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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"
1312
}
1413

1514
dependencyResolutionManagement {
@@ -23,7 +22,7 @@ rootProject.name = "spring-authorization-server"
2322
def buildFiles = fileTree(rootDir) {
2423
def excludes = gradle.startParameter.projectProperties.get("excludeProjects")?.split(",")
2524
include "**/*.gradle", "**/*.gradle.kts"
26-
exclude "build", "**/gradle", "settings.gradle", "buildSrc", "/build.gradle", "gradle-*", ".*", "out"
25+
exclude "build", "**/gradle", "settings.gradle", "buildSrc", "/build.gradle", ".*", "out"
2726
if (excludes) {
2827
exclude excludes
2928
}

0 commit comments

Comments
 (0)