ca.stellardrift.localization
Owner: zml
Code generation for resource bundle strings
https://github.com/zml2008/gradle-plugins
Sources: https://github.com/zml2008/gradle-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("ca.stellardrift.localization") version "3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ca.stellardrift:gradle-plugin-localization:3.1") } } apply(plugin = "ca.stellardrift.localization")
- Applying plugins to all subprojects .