Search Gradle plugins

Version 0.5.0

0.5.0

Created 20 November 2019.

Extensible Data Definition Language

Add this plugin to your build using the plugins DSL:

plugins {
  id("net.kebernet.xddl") version "0.5.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("net.kebernet.xddl:gradle-plugin:0.5.0")
      }
    }
    
    apply(plugin = "net.kebernet.xddl")
  • Applying plugins to all subprojects .