SEC-1906: Fix EmmaPlugin for Gradle 1.0
This commit is contained in:
@@ -32,7 +32,7 @@ class EmmaPlugin implements Plugin<Project> {
|
||||
|
||||
doFirst {
|
||||
InstrProcessor processor = InstrProcessor.create ();
|
||||
String[] classesDirPath = [project.sourceSets.main.classesDir.absolutePath]
|
||||
String[] classesDirPath = [project.sourceSets.main.output.classesDir.absolutePath]
|
||||
|
||||
processor.setInstrPath(classesDirPath, false);
|
||||
processor.setOutMode(InstrProcessor.OutMode.OUT_MODE_COPY);
|
||||
|
||||
Reference in New Issue
Block a user