Skip to content

Commit 94824d0

Browse files
committed
build: include LICENSE in kotlin artifact
1 parent 4dc88c9 commit 94824d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ java {
3434
withSourcesJar()
3535
}
3636

37+
tasks.jar {
38+
from(layout.projectDirectory) {
39+
include("LICENSE", "THIRDPARTY_LICENSES")
40+
}
41+
}
42+
3743
allprojects {
3844
apply<MavenPublishPlugin>()
3945

0 commit comments

Comments
 (0)