uk.co.mulecode.file-template
Owner: Rafael Broz Mule
Replace placeholders from template files.
https://github.com/rafael-bm/file-template-gradle-plugin
Sources: https://github.com/rafael-bm/file-template-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("uk.co.mulecode.file-template") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.uk.co.mulecode:file-template:1.0.0") } } apply(plugin = "uk.co.mulecode.file-template")
- Applying plugins to all subprojects .