mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
update syntax to snom 6
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
ee84703c94
commit
21e6823383
@ -24,6 +24,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import com.github.spotbugs.snom.SpotBugsTask
|
||||
import com.github.spotbugs.snom.Confidence
|
||||
import com.github.spotbugs.snom.Effort
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
@ -322,8 +324,8 @@ task installGitHooks(type: Copy, group: "development") {
|
||||
|
||||
spotbugs {
|
||||
ignoreFailures = true // should continue checking
|
||||
effort = "max"
|
||||
reportLevel = "medium"
|
||||
effort = Effort.MAX
|
||||
reportLevel = Confidence.valueOf('MEDIUM')
|
||||
}
|
||||
|
||||
tasks.withType(SpotBugsTask) { task ->
|
||||
|
Loading…
Reference in New Issue
Block a user