Skip to content

Commit b56b7bb

Browse files
committed
Add sources JAR
1 parent f0cc83b commit b56b7bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ publishing {
3232
tasks.test {
3333
useJUnitPlatform()
3434
}
35+
java {
36+
withSourcesJar()
37+
}
3538
kotlin {
3639
jvmToolchain(8)
3740
}

0 commit comments

Comments
 (0)