Revert "Prepare for automated validation scripts"

This reverts commit ece9f10fe8.

Issue gh-1231
This commit is contained in:
Steve Riesenberg
2023-05-30 12:26:11 -05:00
parent 27a893fbee
commit 9c1ec348af
2 changed files with 2 additions and 4 deletions

View File

@@ -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/.*

View File

@@ -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
}