On 18 July 2014 at 12:33:54 am, Szczepan Faber (szcze...@gmail.com) wrote:
Hey guys, Currently configured default findbugs version (2.0.3) is not happy with java 8. Newest findbugs (3.0.0) enjoys java 8 but requires java 7 (http://findbugs.sourceforge.net/). I suggest we encapsulate this in the plugin so that findbugs has higher chance to work out of the box for Gradle users. So, if current java is < 1.7, we use findbugs 2.0.3, else 3.0.0. Thoughts? +1.