引入findbugs
parent
ebf1c962ea
commit
3f6b99daed
|
@ -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
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue