Skip to content

Commit

Permalink
Fix checkstyle nohttp race
Browse files Browse the repository at this point in the history
Ignore build output in the checkstyle nohttp check. This prevents
build output from other parallel tasks from causing the check to fail.
  • Loading branch information
spikymonkey committed May 2, 2023
1 parent 9f89d7e commit 0762d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ wrapper {
}

nohttp {
source.exclude "**/build/**"
source.exclude "**/gradle/**"
}

Expand Down

0 comments on commit 0762d91

Please sign in to comment.