256257258259260261262263264265266
if ( isJavaProject() ) { mainInstrumenter.instrument(); if ( this.includesTestSourceRoots ) { testInstrumenter.instrument(); } } addCloverDependencyToCompileClasspath();
301302303304305306307308309310311
if ( isJavaProject() ) { mainInstrumenter.instrument(); if ( this.includesTestSourceRoots ) { testInstrumenter.instrument(); } } addCloverDependencyToCompileClasspath(); injectGrover(outDir);