sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Gradle warning

Open tmm1 opened this issue 3 years ago • 1 comments

Integration

sentry-android

Build System

Gradle

AGP Version

7.2.1

Proguard

Enabled

Version

6.1.0

Steps to Reproduce

add sentry to android project

Expected Result

no gradle build warnings

Actual Result

[01:33:36]: ▸ > Task :app:lintVitalReportStoreRelease
[01:33:36]: ▸ Execution optimizations have been disabled for task ':app:lintVitalReportStoreRelease' to ensure correctness due to the following reasons:
[01:33:36]: ▸ - Gradle detected a problem with the following location: './app/build/generated/assets/sentry/storeRelease'. Reason: Task ':app:lintVitalReportStoreRelease' uses this output of task ':app:generateSentryProguardUuidStoreRelease' 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.

tmm1 avatar Aug 09 '22 05:08 tmm1