Skip to content

Commit

Permalink
project name added to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 18, 2024
1 parent 2967521 commit 20c5509
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 @@ -105,6 +105,7 @@ subprojects {
from(components["kotlin"])
artifact(tasks.named<Jar>("javadocJar"))
pom {
name = "xemantic-kotlin-swing-dsl"
description = "Kotlin goodies for Java Swing"
url = "https://github.com/$githubAccount/${rootProject.name}"
inceptionYear = "2020"
Expand Down

0 comments on commit 20c5509

Please sign in to comment.