net.kebernet.xddl
Owner: Robert Cooper
Extensible Data Definition Language
https://github.com/atl-tw/xddl
Sources: https://github.com/atl-tw/xddl.git
Add this plugin to your build using the plugins DSL:
plugins {
id("net.kebernet.xddl") version "0.5.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.kebernet.xddl:gradle-plugin:0.5.4") } } apply(plugin = "net.kebernet.xddl")
- Applying plugins to all subprojects .