@react-native/gradle-plugin 0.72.8 → 0.72.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/gradle-plugin",
3
- "version": "0.72.8",
3
+ "version": "0.72.9",
4
4
  "description": "⚛️ Gradle Plugin for React Native",
5
5
  "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
6
6
  "repository": {
@@ -174,6 +174,7 @@ abstract class BundleHermesCTask : DefaultTask() {
174
174
  return windowsAwareCommandLine(
175
175
  hermesCommand,
176
176
  "-emit-binary",
177
+ "-max-diagnostic-width=80",
177
178
  "-out",
178
179
  bytecodeFile.cliPath(rootFile),
179
180
  bundleFile.cliPath(rootFile),