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:
Gareth Clay
2023-04-28 17:37:09 +01:00
committed by Gareth Clay
parent dd5d072017
commit 7d9536921a

View File

@@ -418,6 +418,7 @@ wrapper {
}
nohttp {
source.exclude "**/build/**"
source.exclude "**/gradle/**"
}