Skip to content

Commit 02fc821

Browse files
committed
build: publish sources jar
1 parent f52c907 commit 02fc821

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
@@ -58,6 +58,10 @@ compose.desktop {
5858
}
5959
}
6060

61+
java {
62+
withSourcesJar()
63+
}
64+
6165
kotlin {
6266
compilerOptions {
6367
freeCompilerArgs.add("-Xcontext-receivers")

0 commit comments

Comments
 (0)