引入findbugs

master
pengqiang 2021-12-06 10:16:40 +08:00
parent ebf1c962ea
commit 3f6b99daed
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'application'
apply plugin: 'org.springframework.boot'
//apply plugin: 'findbugs'
apply plugin: 'findbugs'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@ -85,7 +85,7 @@ dependencies {
compileJava.dependsOn(processResources){
}
/*
findbugs{
ignoreFailures=true
findbugsTest.enabled=false
@ -97,4 +97,4 @@ tasks.withType(FindBugs) {
xml.enabled = true
html.enabled = false
}
}*/
}