Previously we were validating if the root cwd value being passed down
from cli was either null or undefined, skipping empty string as an invalid case.
With this pr we are adding empty string as an invalid case and avoid
its usage as a gradle project name. What is the outcome? prevent
Invalid DepGraph error during scanning test/monitor phases
Previously we were validating if the root cwd value being passed down from cli was either null or undefined, skipping empty string as an invalid case. With this pr we are adding empty string as an invalid case and avoid its usage as a gradle project name. What is the outcome? prevent
Invalid DepGraph
error during scanning test/monitor phases