mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d8d9c28b48
Summary: This Diff is adapting the `BundleJsAndAssetsTask` to be a bit more idiomatic. Here the summary of changes. - Make the task `abstract` to let Gradle properly implement it. - Make all the annotated filed `public` instead of `internal` as they will be easier to access for Gradle + will show up correctly in logs/scans - Update the Task to subclass a `Exec` that is a specificed Task - Do not reference `project.` inside the Task body as that is breaking the Configuration Caching of Gradle Changelog: [Internal] [Changed] - Make the `BundleJsAndAssetsTask` Task more Gradle friendly Reviewed By: mdvacca Differential Revision: D30865159 fbshipit-source-id: 74d4c77f6a2b3fac944e7e0b123726e6a423ba1d