bluepapa32 / gradle-watch-plugin

Gradle Watch Plugin
Apache License 2.0
117 stars 20 forks source link

Launching an extra daemon process and wasting a lot of memory #19

Open cunhaax opened 9 years ago

cunhaax commented 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:

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?