Created
August 6, 2022 20:09
-
-
Save andersonFaro9/a384878564444194bd1b15a0315280bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Task :expo-constants:createReleaseExpoConfig | |
Execution optimizations have been disabled for task ':expo-constants:createReleaseExpoConfig' to ensure correctness due to the following reasons: | |
- Gradle detected a problem with the following location: '/home/faro/Documentos/projects/challenges/app_elnan/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:bundleReleaseJsAndAssets' 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.3.3/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/home/faro/Documentos/projects/challenges/app_elnan/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileReleaseShaders' 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.3.3/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/home/faro/Documentos/projects/challenges/app_elnan/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:mergeReleaseShaders' 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.3.3/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
> Task :app:processReleaseMainManifest | |
Execution optimizations have been disabled for task ':app:processReleaseMainManifest' to ensure correctness due to the following reasons: | |
- Gradle detected a problem with the following location: '/home/faro/Documentos/projects/challenges/app_elnan/android/app/build/intermediates/navigation_json/release/navigation.json'. Reason: Task ':app:processReleaseMainManifest' uses this output of task ':app:copyReleaseBundledJs' 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.3.3/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
/home/faro/Documentos/projects/challenges/app_elnan/android/app/src/main/AndroidManifest.xml:23:9-32:20 Warning: | |
provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:23 to replace other declarations but no other declaration present | |
> Task :app:mergeReleaseResources FAILED | |
> Task :app:processReleaseManifest | |
Execution optimizations have been disabled for task ':app:processReleaseManifest' to ensure correctness due to the following reasons: | |
- Gradle detected a problem with the following location: '/home/faro/Documentos/projects/challenges/app_elnan/android/app/build/intermediates/compatible_screen_manifest/release'. Reason: Task ':app:processReleaseManifest' uses this output of task ':app:copyReleaseBundledJs' 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.3.3/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/home/faro/Documentos/projects/challenges/app_elnan/android/app/build/intermediates/merged_manifest/release/AndroidManifest.xml'. Reason: Task ':app:processReleaseManifest' uses this output of task ':app:copyReleaseBundledJs' 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.3.3/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':app:mergeReleaseResources'. | |
> A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable | |
> Resource compilation failed. Check logs for details. | |
* Try: | |
> Run with --stacktrace option to get the stack trace. | |
> Run with --info or --debug option to get more log output. | |
> Run with --scan to get full insights. | |
* Get more help at https://help.gradle.org | |
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. | |
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. | |
See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings | |
Execution optimizations have been disabled for 3 invalid unit(s) of work during this build to ensure correctness. | |
Please consult deprecation warnings for more details. | |
BUILD FAILED in 3m 12s | |
138 actionable tasks: 16 executed, 122 up-to-date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment