gradle-gulp-plugin icon indicating copy to clipboard operation
gradle-gulp-plugin copied to clipboard

Using local "node"

Open Anubis-Black opened this issue 9 years ago • 0 comments

Hi,

The options currently available for "node" usage are either globally or to download it (if you set node.download = true). However, my use case is in an environment where "node" is available already and it cannot be downloaded (assume no internet connection) or set globally (requires a call to setenv or its platform-specific equivalent via JNI, which seems to be an overkill). Is there a way to set the path to the "node" to be used, e.g. node.path = "myPath"?

Regards

Anubis-Black avatar Dec 16 '15 13:12 Anubis-Black