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