From 7d9536921ae017e23b64d3ed476ecf6a19ecbcf1 Mon Sep 17 00:00:00 2001 From: Gareth Clay Date: Fri, 28 Apr 2023 17:37:09 +0100 Subject: [PATCH] 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. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 9f9fa74..8fbeec5 100644 --- a/build.gradle +++ b/build.gradle @@ -418,6 +418,7 @@ wrapper { } nohttp { + source.exclude "**/build/**" source.exclude "**/gradle/**" }