Skip to content

Commit 87981ee

Browse files
committed
Merge branch '2.0.x'
2 parents 6892c96 + 9671b7c commit 87981ee

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'
@@ -19,7 +20,7 @@ apply plugin: "io.spring.nohttp"
1920
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
2021

2122
nohttp {
22-
source.exclude "samples/rest-notes-slate/slate/source/javascripts/lib/_jquery*.js"
23+
source.exclude "samples/rest-notes-slate/slate/**"
2324
source.exclude "buildSrc/.gradle/**"
2425
source.exclude "**/build/**"
2526
source.exclude "**/target/**"
@@ -34,6 +35,10 @@ ext {
3435
] as String[]
3536
}
3637

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

0 commit comments

Comments
 (0)