react-native-background-geolocation icon indicating copy to clipboard operation
react-native-background-geolocation copied to clipboard

get an error with gradle 8

Open vzkharov opened this issue 1 year ago • 0 comments

 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?

vzkharov avatar Jun 27 '24 11:06 vzkharov