Skip to content

Commit d63d08b

Browse files
Add sources to jitpack (#24)
* Add sources * Second try
1 parent e219ecb commit d63d08b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ dependencies {
2121
testImplementation("io.mockk:mockk:1.13.3")
2222
}
2323

24+
java {
25+
withSourcesJar()
26+
}
27+
2428
publishing {
2529
publications {
2630
create<MavenPublication>("maven") {

0 commit comments

Comments
 (0)