Skip to content

Commit

Permalink
chore: remove example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre authored Nov 8, 2024
1 parent df7b2a0 commit 8952cf7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions violations-gradle-plugin-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,3 @@ task violations(type: se.bjurr.violations.gradle.plugin.ViolationsTask) {
]
}


task violationsMaxAsProperty(type: se.bjurr.violations.gradle.plugin.ViolationsTask) {
// Lazy loading
maxViolations = 99999999

violations = [
[
"FINDBUGS",
projectDir.path,
".*/findbugs/.*\\.xml\$",
"Findbugs"
]
]
}

0 comments on commit 8952cf7

Please sign in to comment.