srs / gradle-gulp-plugin

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

Specify gulp version? #24

Closed tupton closed 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.)