Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle plugin to automatically generate license list #16

Open
yshrsmz opened this issue Jan 4, 2017 · 2 comments
Open

Gradle plugin to automatically generate license list #16

yshrsmz opened this issue Jan 4, 2017 · 2 comments

Comments

@yshrsmz
Copy link
Owner

yshrsmz commented Jan 4, 2017

json

yshrsmz added a commit that referenced this issue Jan 5, 2017
yshrsmz added a commit that referenced this issue Jan 9, 2017
@yshrsmz
Copy link
Owner Author

yshrsmz commented Jan 9, 2017

  • generate json file for LicenseAdapter
  • check diff
{
  "licenses": [
    {
      "artifact": "net.yslibrary.licenseadapter:licenseadapter",
      "name": "LicenseAdapter",
      "copyrightHolder": "yshrsmz",
      "license": "Apache v2",
      "licenseUrl": "",
      "url": "https://github.com/yshrsmz/LicenseAdapter"
    },
    {
    
    }
  ]
}

Pom files generated by https://github.com/novoda/bintray-release does not seems to have license attribute. So there can be lots of libraries which plugin can not get the license.

And it seems hard for me to generate appropriate json file for current library. Maybe I need to rewrite the library to include license texts

Repository owner deleted a comment from turfbuccaneer Jan 7, 2018
@yshrsmz
Copy link
Owner Author

yshrsmz commented Mar 14, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant