spring-framework/spring-webmvc
Sam Brannen b2134ee71f Avoid Gradle build warnings about @⁠SuppressFBWarnings from FindBugs
In order to avoid Gradle build warnings about @⁠SuppressFBWarnings, this
commit introduces a testCompileOnly dependency on `findbugs` in the
spring-webmvc module so that the class file for @⁠SuppressFBWarnings is
available to the compileTestJava task.

Closes gh-34418
2025-02-12 17:49:23 +01:00
..
src Clean up warnings in Gradle build 2025-02-12 16:46:41 +01:00
spring-webmvc.gradle Avoid Gradle build warnings about @⁠SuppressFBWarnings from FindBugs 2025-02-12 17:49:23 +01:00