Skip to content

Commit

Permalink
fix: use yumi gradle licenser
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Aug 15, 2024
1 parent 7aff934 commit 4c47120
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "java"
id "java-library"
id "maven-publish"
id "net.minecrell.licenser" version "0.4.1"
id "dev.yumi.gradle.licenser" version "1.2.+"
}

def ENV = System.getenv()
Expand Down Expand Up @@ -43,8 +43,10 @@ dependencies {
}

license {
header project.file("HEADER")
rule file("HEADER")

include "**/*.java"
exclude "**/*.properties"
}

jar {
Expand Down

0 comments on commit 4c47120

Please sign in to comment.