com.github.hierynomus.license-report
Owner: Jeroen van Erp
Reports over licenses
https://github.com/hierynomus/license-gradle-plugin
Sources: https://github.com/hierynomus/license-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.hierynomus.license-report") version "0.16.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1") } } apply(plugin = "com.github.hierynomus.license-report")
- Applying plugins to all subprojects .