Skip to content

Commit

Permalink
Merge e3ff5cc into 3.7.0-M6
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Sep 10, 2024
2 parents 6a28ad2 + e3ff5cc commit 58741d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ ext {

nohttp {
source.exclude "docs/modules/ROOT/assets/highlight/**"
source.exclude "**/build/**"
source.exclude "docs/.gradle/**"
source.exclude "docs/build/**"
source.exclude "**/build/reports/tests/**/*.html"
source.exclude "docs/node_modules/**"
allowlistFile = project.file('codequality/nohttp/allowlist.lines')
}

Expand Down

0 comments on commit 58741d0

Please sign in to comment.