mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
323d8b1432
Summary: I'm widening the exclude for GenerateCodegenSchemaTask input files. This is needed before we can migrate to Gradle 8.x as one of the build warning we have is now converted to a build failure. The reason why this is needed is because GenerateCodegenSchemaTask ends up picking up a file that gets generated by `react-native bundle`. While the file is ignored by the Codegen, Gradle detects a clash between the two tasks. This solves the issue completely. Changelog: [Internal] [Changed] - RNGP - GenerateCodegenSchemaTask should exclude all of `**/build/[generated|intermediate]**` Reviewed By: cipolleschi Differential Revision: D43501129 fbshipit-source-id: 49311b833d6b59d4e67e87c535a424a1db1321e6