Skip to content

Commit

Permalink
build: include LICENSE in kotlin artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Jul 27, 2024
1 parent 4dc88c9 commit 94824d0
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 @@ -34,6 +34,12 @@ java {
withSourcesJar()
}

tasks.jar {
from(layout.projectDirectory) {
include("LICENSE", "THIRDPARTY_LICENSES")
}
}

allprojects {
apply<MavenPublishPlugin>()

Expand Down

0 comments on commit 94824d0

Please sign in to comment.