1

Merge pull request #30 from hhu-propra2/checkbugsFixReportLevel

Fixed the report-level of spotbugs
This commit is contained in:
Lukas Ettel
2020-03-05 16:51:44 +01:00
committed by GitHub

View File

@ -10,7 +10,6 @@ plugins {
spotbugs{ spotbugs{
ignoreFailures = true ignoreFailures = true
effort = "max" effort = "max"
reportLevel = "high"
toolVersion = '4.0.0-RC1' toolVersion = '4.0.0-RC1'
} }