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

Automated checking for license #3

Open
psiotwo opened this issue Aug 26, 2024 · 0 comments
Open

Automated checking for license #3

psiotwo opened this issue Aug 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@psiotwo
Copy link
Contributor

psiotwo commented Aug 26, 2024

Currently, license headers are maintained manually.

The goal is to automated checking/generation of license headers. An option is the following stuff configuration which requires Java 17 however.

plugins {
   id("dev.yumi.gradle.licenser") version "1.2.0"
}

...

license {
    rule(file("codeformat/HEADER"))

    include("**/*.java")
    exclude("**/*.properties")
}
@psiotwo psiotwo added the enhancement New feature or request label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant