com.liferay.gulp
Owner: Liferay
The Gulp Gradle plugin lets you run Gulp tasks as part of your build.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-gulp
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-gulp
Version 2.0.69
2.0.69
Created 22 October 2019.
The Gulp Gradle plugin lets you run Gulp tasks as part of your build.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.gulp") version "2.0.69"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-gulp:2.0.69") } } apply(plugin = "com.liferay.gulp")
- Applying plugins to all subprojects .