com.github.vlsi.license-gather
Owner: Vladimir Sitnikov
Dependency license gathering Gradle plugin
https://github.com/vlsi/vlsi-release-plugins
Sources: https://github.com/vlsi/vlsi-release-plugins
Version 1.54
1.54
Created 23 January 2020.
Dependency license gathering Gradle plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.vlsi.license-gather") version "1.54"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.vlsi.gradle:license-gather-plugin:1.54") } } apply(plugin = "com.github.vlsi.license-gather")
- Applying plugins to all subprojects .