com.cookpad.android.plugin.license-tools
Owner: Cookpad Inc.
Gradle plugin to check library licenses and generate license pages.
https://github.com/cookpad/LicenseToolsPlugin
Sources: https://github.com/cookpad/LicenseToolsPlugin.git
Version 1.2.8 (latest)
1.2.8
Created 14 June 2021.
Gradle plugin to check library licenses and generate license pages.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cookpad.android.plugin.license-tools") version "1.2.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.cookpad.android.plugin:plugin:1.2.8") } } apply(plugin = "com.cookpad.android.plugin.license-tools")
- Applying plugins to all subprojects .