LicenseToolsPluginPlus

Setup

buildscript {
    dependencies {
        classpath "com.github.chantsune:license-tools-plus:${version}"
    }
}
plugin {
    id "com.github.chantsune.license-tools-plus"
}

License

This project published under MIT License.

This plugin used cortinico/kotlin-gradle-plugin-template for a template.