Skip to content

licenser 0.4

Compare
Choose a tag to compare
@stephan-gh stephan-gh released this 01 Jul 10:31
· 38 commits to master since this release
0.4
93e8879
  • Added support for custom tasks that can be applied to files outside of (Java) source sets:

    license {
        tasks {
            gradle {
                files = project.files('build.gradle.kts', 'settings.gradle.kts', 'gradle.properties')
                // header = ... (optional)
            }
            directory {
                files = project.files('path/to/directory')
                // include/exclude ... (optional)
            }
        }
    }