Skip to content

Commit

Permalink
gradle publication: add sourcesJar
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 18, 2024
1 parent 20c5509 commit 095483d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ subprojects {
create<MavenPublication>("maven") {
from(components["kotlin"])
artifact(tasks.named<Jar>("javadocJar"))
artifact(tasks.named<Jar>("sourcesJar"))
pom {
name = "xemantic-kotlin-swing-dsl"
description = "Kotlin goodies for Java Swing"
Expand Down

0 comments on commit 095483d

Please sign in to comment.