Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle 7 warning #144

Open
schmod opened this issue Nov 3, 2021 · 0 comments
Open

Gradle 7 warning #144

schmod opened this issue Nov 3, 2021 · 0 comments

Comments

@schmod
Copy link

schmod commented Nov 3, 2021

Building this project with Gradle 7 (and Android Gradle Plugin v7) yields some new warnings:

Execution optimizations have been disabled for task ':react-native-masked-view_masked-view:bundleLibCompileToJarDebug' to ensure correctness due to the following reasons:

  • Gradle detected a problem with the following location: '/Users/schmod/code/my-project/node_modules/@react-native-masked-view/masked-view/android/build/intermediates/compile_r_class_jar/debug/R.jar'. Reason: Task ':react-native-masked-view_masked-view:bundleLibCompileToJarDebug' uses this output of task ':@react-native-masked-view_masked-view:generateDebugRFile' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

  • Gradle detected a problem with the following location: '/Users/schmod/code/my-project/node_modules/@react-native-masked-view/masked-view/android/build/intermediates/javac/debug/classes'. Reason: Task ':react-native-masked-view_masked-view:bundleLibCompileToJarDebug' uses this output of task ':@react-native-masked-view_masked-view:compileDebugJavaWithJavac' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant