Open cunhaax opened 9 years ago
This plugin is launching an extra daemon process... I tried using org.gradle.daemon=false and gradle --no-daemon and the result is the same:
org.gradle.daemon=false
gradle --no-daemon
My watch task is a simple Copy task, and I'm using watch v0.1.5 This is wasting a lot of resources!
@bluepapa32 can you confirm this?
This plugin is launching an extra daemon process... I tried using
org.gradle.daemon=false
andgradle --no-daemon
and the result is the same:My watch task is a simple Copy task, and I'm using watch v0.1.5 This is wasting a lot of resources!
@bluepapa32 can you confirm this?