com.cmgapps.licenses
Owner: Christian Grach
Gradle plugin that provides a task to generate a HTML license report of your project.
https://github.com/chrimaeon/gradle-licenses-plugin
Sources: https://github.com/chrimaeon/gradle-licenses-plugin.git
Version 4.1.0
4.1.0
Created 02 January 2022.
Gradle plugin that provides a task to generate a license report of your project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cmgapps.licenses") version "4.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cmgapps:gradle-licenses-plugin:4.1.0") } } apply(plugin = "com.cmgapps.licenses")
- Applying plugins to all subprojects .