Fix checkstyle nohttp race
Ignore build output in the checkstyle nohttp check. This prevents build output from other parallel tasks from causing the check to fail.
This commit is contained in:
@@ -418,6 +418,7 @@ wrapper {
|
||||
}
|
||||
|
||||
nohttp {
|
||||
source.exclude "**/build/**"
|
||||
source.exclude "**/gradle/**"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user