com.liferay.js.module.config.generator
Owner: Liferay
The JS Module Config Generator Gradle plugin lets you run the Liferay AMD Module Config Generator to generate the configuration file needed to load AMD files via combo loader in Liferay.
Version 2.1.53
2.1.53
Created 06 May 2019.
The JS Module Config Generator Gradle plugin lets you run the Liferay AMD Module Config Generator to generate the configuration file needed to load AMD files via combo loader in Liferay.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.js.module.config.generator") version "2.1.53"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-js-module-config-generator:2.1.53") } } apply(plugin = "com.liferay.js.module.config.generator")
- Applying plugins to all subprojects .