srs / gradle-gulp-plugin

Gradle plugin for running Gulp tasks
70 stars 9 forks source link

Using local "node" #13

Open Anubis-Black opened 8 years ago

Anubis-Black commented 8 years ago

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