From 3f6b99daed7556feb2e81d7cd62eb88ec80ffd3e Mon Sep 17 00:00:00 2001 From: pengqiang <1067496116@qq.com> Date: Mon, 6 Dec 2021 10:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5findbugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index bae5c87..d4300df 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } -}*/ +}