File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
+ id ' base'
2
3
id ' io.spring.javaformat' version " $javaFormatVersion " apply false
3
4
id ' io.spring.nohttp' version ' 0.0.10' apply false
4
5
id ' maven-publish'
@@ -17,7 +18,7 @@ apply plugin: "io.spring.nohttp"
17
18
apply from : " ${ rootProject.projectDir} /gradle/publish-maven.gradle"
18
19
19
20
nohttp {
20
- source. exclude " samples/rest-notes-slate/slate/source/javascripts/lib/_jquery*.js "
21
+ source. exclude " samples/rest-notes-slate/slate/** "
21
22
source. exclude " buildSrc/.gradle/**"
22
23
source. exclude " **/build/**"
23
24
source. exclude " **/target/**"
33
34
] as String []
34
35
}
35
36
37
+ check {
38
+ dependsOn checkstyleNohttp
39
+ }
40
+
36
41
subprojects { subproject ->
37
42
plugins. withType(JavaPlugin ) {
38
43
subproject. apply plugin : " io.spring.javaformat"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments