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

Run fails #53

Closed ghost closed 3 years ago

ghost commented 3 years ago

Describe the bug I'm trying to run plugin on our project and I'm getting failure:

Execution failed for task ':canISayByeByeJetifier'.
> Could not resolve all dependencies for configuration ':client:sample:testCompileClasspath'.
   > Could not resolve project :test-utils.

Expected behavior The build pass.

Additional context Test utils is module with our common test methods and classes. It is top level module and it is usually used like:

    testImplementation project(':test-utils')

I see that some top level modules has pass analysis. However, for the projects that are nested in the folder it fails. Just observation.

maxirosson commented 3 years ago

Could you please run with --stacktrace and the verbose mode enabled?

byeByeJetifier { verbose = true }

Please attach the complete output. Thanks