Skip to content

Commit

Permalink
Apply fix from stanfy#155 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbero committed Aug 29, 2017
1 parent 71b55cf commit d2dd21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/com/stanfy/spoon/gradle/SpoonPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class SpoonPlugin implements Plugin<Project> {
throw new UnsupportedOperationException("Spoon plugin for gradle currently does not support abi/density splits for test apks")
}
SpoonExtension config = project.spoon
return testVariant.testedVariant.outputs.collect { def projectOutput ->
return testVariant.outputs.collect { def projectOutput ->
SpoonRunTask task = project.tasks.create("${TASK_PREFIX}${testVariant.name.capitalize()}${suffix}", SpoonRunTask)
task.configure {
group = JavaBasePlugin.VERIFICATION_GROUP
Expand Down

0 comments on commit d2dd21f

Please sign in to comment.