This commit is contained in:
ichbinGaurav 2024-01-15 04:24:38 +01:00
parent 0ea8b4c0ab
commit 065535fa51

View file

@ -123,7 +123,7 @@
<pitest features="+EXPORT" pitClasspath="pitest.path" threads="2" classPath="mutation.path" targetTests="src.*" targetClasses="src.*" reportDir="pitReports" sourceDir="bin"/>
</target>
<target name="spotbugs" depends="build">
<spotbugs home="${spotbugs.home}" output="xml" outputFile="bcel-sb.xml">
<auxClasspath path="${basedir}/lib/Regex.jar"/>