Suppress FindBugs warnings logged from the integrationTest Gradle task.

This commit is contained in:
John Blum
2021-05-19 18:25:39 -07:00
parent c1660773b5
commit 6012ebd316

View File

@@ -41,7 +41,7 @@ dependencies {
testRuntime "ch.qos.logback:logback-classic"
testRuntime "org.apache.logging.log4j:log4j-to-slf4j"
integrationTestCompileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
integrationTestCompile "com.google.code.findbugs:jsr305:$findbugsVersion"
integrationTestRuntime "org.springframework.shell:spring-shell"