googlesamples / googlesamples/android-custom-lint-rules
Why lintDebug resolve to releaseCompileClasspath? Is it a bug ?
Open
- Dominant language
- Kotlin
- Stars
- 1k
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
When I run :play:myapp:lintDebug, it resvoles releaseCompileClasspath ? It's ok to run assembleDebug. I think it's not necesary to resolve release build type.
* What went wrong:
Could not determine the dependencies of task ':play:myapp:lintDebug'.
> Could not resolve all artifacts for configuration ':play:myapp:releaseCompileClasspath'.
> Could not find com.xxx.yyyy.zzz:lib-utils:0.1.
Required by:
project :play:myapp
Contributor guide
Assessment
This issue has not been assessed yet.