Skip to content

Commit

Permalink
Revert "Prepare for automated validation scripts"
Browse files Browse the repository at this point in the history
This reverts commit ece9f10.

Issue gh-1231
  • Loading branch information
sjohnr committed May 30, 2023
1 parent 27a893f commit 9c1ec34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions etc/nohttp/allowlist.lines
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*
^http://www.gnu.org/.*
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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
}
Expand Down

0 comments on commit 9c1ec34

Please sign in to comment.