Skip to content

Commit

Permalink
use correct gradle packageTask fixed #29577
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Aug 17, 2021
1 parent 6daf5bb commit 1220125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ afterEvaluate {
}

if (enableVmCleanup) {
def task = tasks.findByName("package${targetName}")
task.doFirst(vmSelectionAction)
packageTask.doFirst(vmSelectionAction)
}
}
}

0 comments on commit 1220125

Please sign in to comment.