io.github.tacascer.xml-processor
Owner: Tim Tran
A plugin to flatten XML files.
https://github.com/tacascer-org/xml-processor-plugin
Sources: https://github.com/tacascer-org/xml-processor-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.tacascer.xml-processor") version "0.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.tacascer:xml-processor-plugin:0.3.0") } } apply(plugin = "io.github.tacascer.xml-processor")
- Applying plugins to all subprojects .