F-6617: load only spotbugs-ant.jar in spotbugs taskdef classpath

pull/260/head
Chris Conlon 2026-08-17 16:01:20 -06:00
parent 49871a7c37
commit 45fe5eca3b
1 changed files with 2 additions and 2 deletions

View File

@ -720,8 +720,8 @@
<taskdef
resource="edu/umd/cs/findbugs/anttask/tasks.properties">
<classpath>
<fileset dir="${env.SPOTBUGS_HOME}/lib"
includes="*.jar"/>
<pathelement
location="${env.SPOTBUGS_HOME}/lib/spotbugs-ant.jar"/>
</classpath>
</taskdef>
</target>