Configure the NoHTTP Checkstyle Gradle Plugin to ignore the .gradle/ and .m2/ directories if under the project (build) working directory.
This commit is contained in:
@@ -32,6 +32,10 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
nohttp {
|
||||
source.excludes = [ "**/.gradle/**", "**/.m2/**" ]
|
||||
}
|
||||
|
||||
description = 'Spring Boot for Apache Geode'
|
||||
|
||||
//ext['spring.version'] = "$springVersion"
|
||||
|
||||
Reference in New Issue
Block a user