com.moowork.gulp
Owner: Sten Roger Sandvik
Gradle plugin for executing gulp builds.
https://github.com/srs/gradle-node-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.moowork.gulp") version "0.13"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.moowork.gradle:gradle-gulp-plugin:0.13") } } apply(plugin = "com.moowork.gulp")
- Applying plugins to all subprojects .