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'
@@ -19,7 +20,7 @@ apply plugin: "io.spring.nohttp"
19
20
apply from : " ${ rootProject.projectDir} /gradle/publish-maven.gradle"
20
21
21
22
nohttp {
22
- source. exclude " samples/rest-notes-slate/slate/source/javascripts/lib/_jquery*.js "
23
+ source. exclude " samples/rest-notes-slate/slate/** "
23
24
source. exclude " buildSrc/.gradle/**"
24
25
source. exclude " **/build/**"
25
26
source. exclude " **/target/**"
34
35
] as String []
35
36
}
36
37
38
+ check {
39
+ dependsOn checkstyleNohttp
40
+ }
41
+
37
42
subprojects { subproject ->
38
43
plugins. withType(JavaPlugin ) {
39
44
subproject. apply plugin : " io.spring.javaformat"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments