FindBugs with groovy

So the FindBugs plugin works fine with java, but if I want it to be used on groovy, is there a trick? The FindBugs plugin only shows up under the Java Quality Profile, but since groovy compiles to .class like java, can I force the FindBugs to scan the bytecode? I can manually get FindBugs to scan inside Jenkins.