com.liferay.lang.builder
Owner: Liferay
The Lang Builder Gradle plugin lets you run the Liferay Lang Builder tool to sort and translate the language keys in your project.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-lang-builder
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-lang-builder
Version 3.0.0
3.0.0
Created 28 June 2018.
The Lang Builder Gradle plugin lets you run the Liferay Lang Builder tool to sort and translate the language keys in your project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.lang.builder") version "3.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-lang-builder:3.0.0") } } apply(plugin = "com.liferay.lang.builder")
- Applying plugins to all subprojects .