gradle-doctor icon indicating copy to clipboard operation
gradle-doctor copied to clipboard

Feature request: Warn on uppercase directory name

Open ColtonIdle opened this issue 2 years ago • 1 comments

Directory names using some uppercase letters can cause issue.

For example

OSX is not case sensitive by default but linux is. The inputs are treated as completely different directories.

We should catch this in gradledoctor!

(I may try to implement this in the future, but saving the idea here for now)

ColtonIdle avatar Sep 05 '21 14:09 ColtonIdle

Thanks for filing!

runningcode avatar Sep 06 '21 07:09 runningcode