[GRADLE-2441] FindBugs rule violations were found. See the report Created: 21/Aug/12 Updated: 04/Jan/13 Resolved: 22/Aug/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.1 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Marcus Warm | Assignee: | Unassigned |
Resolution: | Not A Bug | Votes: | 0 |
Description |
What does "FindBugs rule violations were found. See the report" mean? Why crashes the build with that error? org.gradle.api.GradleException: FindBugs rule violations were found. See the report at: file:///C:/Program%20Files%20(x86)/Jenkins/workspace/__/__/build/reports/findbugs/main.xml If I remove FindBugs errors then the build works. My expectation: build works, findbug reports errors to main.xml (and Jenkins makes a HTML report. build state = OK) |
Comments |
Comment by Marcus Warm [ 21/Aug/12 ] |
issue can be closed In my Ant script was failonerror="true" |