This commit is contained in:
ichbinGaurav 2024-01-13 22:13:20 +01:00
parent 3424854c01
commit c7d5057eb1

View file

@ -122,7 +122,8 @@
<!-- export feature has been activated to write mutants to file -->
<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"/>