Skip to content

Commit

Permalink
Revert "Change FindBugs reportLevel to 'low' so all bugs are reported"
Browse files Browse the repository at this point in the history
This reverts commit 6444722. Mistakenly
checked into develop
  • Loading branch information
Mark Bretl committed Sep 24, 2015
1 parent 6444722 commit 8547695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ subprojects {
dep.transitive = true
}
findbugs.effort = 'max'
findbugs.reportLevel = 'low'
findbugs.reportLevel = 'high'
}

tasks.withType(FindBugs) {
Expand Down

0 comments on commit 8547695

Please sign in to comment.