Exclude build/ and target/ (output) directories from NoHTTP check.
This commit is contained in:
@@ -45,7 +45,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nohttp {
|
nohttp {
|
||||||
source.excludes = [ "**/.gradle/**", "**/.m2/**" ]
|
source.excludes = [ "**/.gradle/**", "**/.m2/**", "**/build/**", "**/target/**" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
description = 'Spring Boot for Apache Geode'
|
description = 'Spring Boot for Apache Geode'
|
||||||
|
|||||||
Reference in New Issue
Block a user