From 6012ebd316852c754e70ead3677df7fb4d1ab329 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 19 May 2021 18:25:39 -0700 Subject: [PATCH] Suppress FindBugs warnings logged from the integrationTest Gradle task. --- spring-session-data-geode/spring-session-data-geode.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-session-data-geode/spring-session-data-geode.gradle b/spring-session-data-geode/spring-session-data-geode.gradle index ce84d12..ac50302 100644 --- a/spring-session-data-geode/spring-session-data-geode.gradle +++ b/spring-session-data-geode/spring-session-data-geode.gradle @@ -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"