mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '2.3.x' into 2.4.x
Closes gh-26168
This commit is contained in:
+9
-2
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
|
||||
id "io.spring.nohttp" version "0.0.3.RELEASE"
|
||||
id "io.spring.nohttp" version "0.0.6.RELEASE"
|
||||
}
|
||||
|
||||
description = "Spring Boot Build"
|
||||
@@ -9,7 +9,14 @@ defaultTasks 'build'
|
||||
|
||||
nohttp {
|
||||
whitelistFile = project.file("src/nohttp/whitelist.lines")
|
||||
source.exclude "buildSrc/build/**"
|
||||
source.exclude "**/bin/**"
|
||||
source.exclude "**/build/**"
|
||||
source.exclude "**/out/**"
|
||||
source.exclude "**/target/**"
|
||||
}
|
||||
|
||||
task build {
|
||||
dependsOn checkstyleNohttp
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
Reference in New Issue
Block a user