srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
866 stars 211 forks source link

Specify gulp version? #286

Open tupton opened 6 years ago

tupton commented 6 years ago

It seems that gulp is just installed via npm install gulp, with no way to specify the version used. Ideally we would use the version specified in package.json, but even a way to specify the gulp version like we can for node and npm would suffice.

(Apologies if this is documented somewhere, but I couldn't find it.)