Skip to content

Commit

Permalink
Fix cleanup vm task when using app bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Jul 17, 2019
1 parent 4cc59de commit 856b438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ afterEvaluate {
}

if (enableVmCleanup) {
def task = tasks.findByName("package${targetName}")
def task = tasks.findByName("build${targetName}PreBundle")
task.doFirst(vmSelectionAction)
}
}
Expand Down

0 comments on commit 856b438

Please sign in to comment.