Skip to content

Run fails #53

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions