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