module Buildr::Spotbugs::ProjectExtension
Public Instance Methods
spotbugs()
click to toggle source
# File addon/buildr/spotbugs.rb, line 214 def spotbugs @spotbugs ||= Buildr::Spotbugs::Config.new(project) end