Skip to content

Simplify #131

@DarkTyger

Description

@DarkTyger

Consider:

  • Write docs on using the plugin (i.e., put gradle gatherLicense somewhere)
  • Simplify the plugin to work similar to all the other license gathering plugins.

For the second part, here's how it could work, ideally:

  1. Add plugin.
plugins {
  id 'application'
  id 'com.github.vlsi.license-gather' version '1.78'
}
  1. Run plugin.
$ gradle gatherLicense
  1. View output.
$ cat build/.../licenses.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions