Limit Findbugs Warnings by Rank

We’re using the findbugs plugin with gradle 1.11 and I’m looking to limit my results by rank (e.g. only report rank 1-4). I’m looking for the functional equivalent of the -maxRank command line argument. Any suggestions as to how best to do this?

Thanks.

Mike

Another thing is that plugin’s documentation does not say a word about maxRank. Do you guys set it to any value?