Search Gradle plugins

app.kazy.plugin

Owner: Yoshida

Gradle plugin to check library licenses and generate license pages.

https://github.com/kazy1991/LicenseToolsPlugin

Sources: https://github.com/kazy1991/LicenseToolsPlugin.git

Version 0.0.6 (latest)

0.0.6

Created 31 December 2019.

Gradle plugin to check library licenses and generate license pages.

Add this plugin to your build using the plugins DSL:

plugins {
  id("app.kazy.plugin") version "0.0.6"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.app.kazy:plugin:0.0.6")
      }
    }
    
    apply(plugin = "app.kazy.plugin")
  • Applying plugins to all subprojects .