Skip to content

Commit

Permalink
Script for running findbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtriggs committed Oct 5, 2017
1 parent 081dd78 commit 546f1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/findbugs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

mvn compile findbugs:findbugs findbugs:gui
mvn -Dfindbugs.maxHeap=4096 -Dfindbugs.timeout=6000000 compile findbugs:findbugs findbugs:gui

0 comments on commit 546f1db

Please sign in to comment.