2
我試圖用配置FindBugs的1.10
findbugs {
ignoreFailures = true
reports {
html { enabled = true }
xml.enabled = !html.enabled
}
}
配置在我的項目FindBugs的,但錯誤出現
Could not find method reports() for arguments
[[email protected]f]
on root project 'Project'.
在我以前的一個項目中使用搖籃1.7和此代碼它正在工作。
好吧,但在我的情況下,我有超過20個sourceSets,我想一次配置所有。 – Xelian
請參閱我編輯的答案。 –