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

🐞 Plugin breaks execution optimizations. #42

Open
tarigo opened this issue Feb 2, 2022 · 0 comments
Open

🐞 Plugin breaks execution optimizations. #42

tarigo opened this issue Feb 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@tarigo
Copy link
Contributor

tarigo commented Feb 2, 2022

❯ ./gradlew build
Starting a Gradle Daemon (subsequent builds will be faster)

Task :buildSrc:jar
πŸ«™ No valid plugin descriptors were found in META-INF/gradle-plugins

Task :common:packageDebugAssets
Execution optimizations have been disabled for task ':common:packageDebugAssets' to ensure correctness due to the following reasons:

  • Gradle detected a problem with the following location: '/home/tarigo/work/mapbox-sdk-common/platform/android/common/src/main/assets'. Reason: Task ':common:packageDebugAssets' uses this output of task ':common:saveSDKVersion' 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.
@tarigo tarigo added the bug Something isn't working label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant