Update NoHTTP configuration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
plugins {
|
||||
id 'base'
|
||||
id 'io.spring.javaformat' version "$javaFormatVersion" apply false
|
||||
id 'io.spring.nohttp' version '0.0.10' apply false
|
||||
id 'maven-publish'
|
||||
@@ -17,7 +18,7 @@ apply plugin: "io.spring.nohttp"
|
||||
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
|
||||
|
||||
nohttp {
|
||||
source.exclude "samples/rest-notes-slate/slate/source/javascripts/lib/_jquery*.js"
|
||||
source.exclude "samples/rest-notes-slate/slate/**"
|
||||
source.exclude "buildSrc/.gradle/**"
|
||||
source.exclude "**/build/**"
|
||||
source.exclude "**/target/**"
|
||||
@@ -33,6 +34,10 @@ ext {
|
||||
] as String[]
|
||||
}
|
||||
|
||||
check {
|
||||
dependsOn checkstyleNohttp
|
||||
}
|
||||
|
||||
subprojects { subproject ->
|
||||
plugins.withType(JavaPlugin) {
|
||||
subproject.apply plugin: "io.spring.javaformat"
|
||||
|
||||
Reference in New Issue
Block a user