Skip to content

Commit 4a56462

Browse files
committed
build: add LICENSE to JVM output artifact
1 parent 65e9208 commit 4a56462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ tasks.getByName("jvmJar", Jar::class) {
7373
val java9 by sourceSets.getting
7474
from(java9.output)
7575
}
76+
into("/") {
77+
from("/LICENSE")
78+
from("/NOTICE")
79+
}
7680
}
7781

7882
tasks.withType<Test> {

0 commit comments

Comments
 (0)