license-gradle-plugin icon indicating copy to clipboard operation
license-gradle-plugin copied to clipboard

Split out license report feature to its own plugin

Open stevendick opened this issue 9 years ago • 4 comments
trafficstars

Besides both parts of the current plugin being about licenses, I don't see a lot of overlap in the functionality.

As a seller of software, we find a lot of value in the license report feature but we don't use anything else.

stevendick avatar Jun 15 '16 08:06 stevendick

Agreed, will work on it soon 👍

hierynomus avatar Jun 15 '16 11:06 hierynomus

Might not have been very soon, but it is done! With the upcoming version 0.14.0 you can depend on the com.github.hierynomus.license-report plugin.

hierynomus avatar Apr 13 '17 10:04 hierynomus

@hierynomus Looks like that plugin is NOT published by itself.

* What went wrong:
Plugin [id: 'com.github.hierynomus.license-report', version: '0.14.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.github.hierynomus.license-report:com.github.hierynomus.license-report.gradle.plugin:0.14.0')
  Searched in the following repositories:
    Gradle Central Plugin Repository

CarrierDirectMike avatar Feb 19 '18 22:02 CarrierDirectMike

Is it possible to have com.github.hierynomus.license-report published, too? I'm also trying to only use license-report, but it's not in the Gradle plugin exchange.

kinghuang avatar Jul 20 '18 17:07 kinghuang