Skip to content

Commit 0d8fcf8

Browse files
committed
include sources jar in build
1 parent a276167 commit 0d8fcf8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ val buildAndCollect by tasks.registering(Copy::class) {
244244
}
245245
createActiveTask(buildAndCollect)
246246

247+
java {
248+
withSourcesJar()
249+
}
250+
247251
publishMods {
248252
dryRun.set(false)
249253

0 commit comments

Comments
 (0)