Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

get an error with gradle 8 #31

@vzkharov

Description

@vzkharov
 Reason: Task ':emoreno_react-native-background-geolocation:packageDebugResources' uses this output of task ':@emoreno_react-native-background-geolocation:generateDebugResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
    
    Possible solutions:
      1. Declare task ':@emoreno_react-native-background-geolocation:generateDebugResValues' as an input of ':emoreno_react-native-background-geolocation:packageDebugResources'.
      2. Declare an explicit dependency on ':@emoreno_react-native-background-geolocation:generateDebugResValues' from ':emoreno_react-native-background-geolocation:packageDebugResources' using Task#dependsOn.
      3. Declare an explicit dependency on ':@emoreno_react-native-background-geolocation:generateDebugResValues' from ':emoreno_react-native-background-geolocation:packageDebugResources' using Task#mustRunAfter.
    
    For more information, please refer to https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.

Any ideas how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions