引入findbugs
parent
ebf1c962ea
commit
3f6b99daed
|
@ -18,7 +18,7 @@ apply plugin: 'java'
|
||||||
apply plugin: 'war'
|
apply plugin: 'war'
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
apply plugin: 'org.springframework.boot'
|
apply plugin: 'org.springframework.boot'
|
||||||
//apply plugin: 'findbugs'
|
apply plugin: 'findbugs'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
@ -85,7 +85,7 @@ dependencies {
|
||||||
compileJava.dependsOn(processResources){
|
compileJava.dependsOn(processResources){
|
||||||
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
findbugs{
|
findbugs{
|
||||||
ignoreFailures=true
|
ignoreFailures=true
|
||||||
findbugsTest.enabled=false
|
findbugsTest.enabled=false
|
||||||
|
@ -97,4 +97,4 @@ tasks.withType(FindBugs) {
|
||||||
xml.enabled = true
|
xml.enabled = true
|
||||||
html.enabled = false
|
html.enabled = false
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
Loading…
Reference in New Issue