gradle-gulp-plugin
gradle-gulp-plugin copied to clipboard
Using local "node"
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