This commit is contained in:
ichbinGaurav 2024-01-13 22:17:07 +01:00
parent 2389360bbd
commit dc1959f125

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>
<!-- Spotbugs -->
<target name="spotbugs" depends="build">
<spotbugs home="${spotbugs.home}" output="xml" outputFile="bcel-sb.xml">
<auxClasspath path="${basedir}/lib/Regex.jar"/>