File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11plugins {
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"
1718apply from : " ${ rootProject.projectDir} /gradle/publish-maven.gradle"
1819
1920nohttp {
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/**"
3334 ] as String []
3435}
3536
37+ check {
38+ dependsOn checkstyleNohttp
39+ }
40+
3641subprojects { subproject ->
3742 plugins. withType(JavaPlugin ) {
3843 subproject. apply plugin : " io.spring.javaformat"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments