Skip to content

Commit 9671b7c

Browse files
committed
Update NoHTTP configuration
1 parent 245bc31 commit 9671b7c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id 'base'
23
id 'io.spring.javaformat' version "$javaFormatVersion" apply false
34
id 'io.spring.nohttp' version '0.0.10' apply false
45
id 'maven-publish'
@@ -17,7 +18,7 @@ apply plugin: "io.spring.nohttp"
1718
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
1819

1920
nohttp {
20-
source.exclude "samples/rest-notes-slate/slate/source/javascripts/lib/_jquery*.js"
21+
source.exclude "samples/rest-notes-slate/slate/**"
2122
source.exclude "buildSrc/.gradle/**"
2223
source.exclude "**/build/**"
2324
source.exclude "**/target/**"
@@ -33,6 +34,10 @@ ext {
3334
] as String[]
3435
}
3536

37+
check {
38+
dependsOn checkstyleNohttp
39+
}
40+
3641
subprojects { subproject ->
3742
plugins.withType(JavaPlugin) {
3843
subproject.apply plugin: "io.spring.javaformat"
File renamed without changes.

0 commit comments

Comments
 (0)