-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working