Skip to content

Commit

Permalink
Exclude patched file from license check
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed May 17, 2024
1 parent 6563621 commit 512cc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ artifacts {
license {
setHeader(file("HEADER"))
exclude("org.cadixdev.$artifactId.jdt.".replace('.', '/'))
exclude("org/cadixdev/$artifactId/shadow")
}

val isSnapshot = true
Expand Down

0 comments on commit 512cc10

Please sign in to comment.