dipien / bye-bye-jetifier

Gradle Plugin to verify if you can keep Android Jetifier disabled
http://byebyejetifier.dipien.com
Apache License 2.0
202 stars 5 forks source link

Why are android tools being scanned #63

Closed pvegh closed 2 years ago

pvegh commented 2 years ago

Scanning com.android.tools:common:30.1.0 Absolute path: /.gradle/caches/modules-2/files-2.1/com.android.tools/common/30.1.0/b26b9573400cb8813a414134ce27f4f131872fca/common-30.1.0.jar Graphs to this dependency: +---com.android.tools.utp:android-device-provider-ddmlib:30.1.0 +---com.android.tools:common:30.1.0 +---com.android.tools.utp:android-device-provider-ddmlib:30.1.0

It is unclear from the output why they are failing the build.

maxirosson commented 2 years ago

Could you attach the full logs? If possible, with the verbose mode enabled:

byeByeJetifier {
    verbose = true
}
pvegh commented 2 years ago

I don't attach logs because of the project I work on. I removed bye-bye-jetifier from the project also. Turns out it was false positives, I could disable Jetifier anyway.

Thanks for this lib anyway, it did help until now to tackle the offenders one by one.