Skip to content

Commit

Permalink
Include license and notice in JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
gredler committed Feb 7, 2025
1 parent fcf0795 commit bbff981
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ tasks {
)
)
}
metaInf {
from(rootDir) {
include("license.txt")
include("notice.md")
}
}
}
}

Expand Down

0 comments on commit bbff981

Please sign in to comment.