Skip to content

Commit 382b258

Browse files
authored
Add sources jar (#6)
1 parent ce5aeac commit 382b258

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ repositories {
1010
mavenCentral()
1111
}
1212

13+
java {
14+
withSourcesJar()
15+
}
16+
1317
publishing {
1418
publications {
1519
create<MavenPublication>("mavenJava") {

0 commit comments

Comments
 (0)