com.github.jk1.dependency-license-report
Owner: Evgeny Naumenko
A plugin for generating reports about the licenses of the dependencies for your Gradle project
https://github.com/jk1/Gradle-License-Report
Sources: https://github.com/jk1/Gradle-License-Report
Version 0.3.13
0.3.13
Created 16 September 2017.
A plugin for generating reports about the licenses of the dependencies for your Gradle project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.jk1.dependency-license-report") version "0.3.13"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.jk1:gradle-license-report:0.3.13") } } apply(plugin = "com.github.jk1.dependency-license-report")
- Applying plugins to all subprojects .