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

Daemon check doesnt support Windows

Open kozaxinan opened this issue 5 years ago • 0 comments

https://github.com/runningcode/gradle-doctor/blob/master/doctor-plugin/src/main/java/com/osacky/doctor/internal/DaemonCheck.kt

DaemonCheck class has /bin/bash usage and it fails to run on windows if disallowMultipleDaemons is true.

kozaxinan avatar Jul 22 '20 12:07 kozaxinan