darron1217 / react-native-background-geolocation

Background and foreground geolocation plugin for React Native. Tracks user when app is running in background.
Apache License 2.0
33 stars 36 forks source link

get an error with gradle 8 #31

Open vzkharov opened 4 months ago

vzkharov commented 4 months ago
 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?