You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reproducer of #423 can be used after bumping the plugin version there
Plugin version
0.76.0
Gradle version
7.0 and 7.2
(Optional) Android Gradle Plugin (AGP) version
4.2.0 and 7.0.1
Describe the bug
I've disabled the release variant and get:
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':settings:adviceRelease' (type 'AdvicePerVariantTask').
- Type 'AdvicePerVariantTask' property 'testCompileGraph' specifies file '/Users/gabriel/Downloads/android-test/settings/build/reports/dependency-analysis/release/graph/graph-test-compile.json' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
1. Make sure the file exists before the task is called.
2. Make sure that the task which produces the file is declared as an input.
To Reproduce
Steps to reproduce the behavior:
Disable unit tests for a variant
Run buildHealth
Expected behavior
Succeeds without error.
The text was updated successfully, but these errors were encountered:
Build scan link
The reproducer of #423 can be used after bumping the plugin version there
Plugin version
0.76.0
Gradle version
7.0 and 7.2
(Optional) Android Gradle Plugin (AGP) version
4.2.0 and 7.0.1
Describe the bug
I've disabled the release variant and get:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Succeeds without error.
The text was updated successfully, but these errors were encountered: