Search Gradle plugins

Version 1.0.1 (latest)

1.0.1

Created 15 October 2024.

Plugin to generate JSON schema from xsd and xslt

Add this plugin to your build using the plugins DSL:

plugins {
  id("ru.systematica-consulting.mz-api-gen-plugin") version "1.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("ru.systematica-consulting:mz-api-gen-plugin:1.0.1")
      }
    }
    
    apply(plugin = "ru.systematica-consulting.mz-api-gen-plugin")
  • Applying plugins to all subprojects .