runningcode / gradle-doctor

The right prescription for your Gradle build.
http://runningcode.github.io/gradle-doctor
Apache License 2.0
736 stars 48 forks source link

Feature request: Warn on uppercase directory name #167

Open ColtonIdle opened 3 years ago

ColtonIdle commented 3 years ago

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)

runningcode commented 3 years ago

Thanks for filing!