Skip to content

Commit aae49fd

Browse files
committed
build: Add missing project name to artifacts for publish
1 parent 13ddcad commit aae49fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src.kotlin/alphaTab/alphaTab/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ publishing {
242242
publications.withType<MavenPublication> {
243243
artifact(javadocJar)
244244
pom {
245+
name = artifactId
245246
description.set(alphaTabDescription)
246247
url.set("https://github.com/CoderLine/alphaTab")
247248
licenses {

0 commit comments

Comments
 (0)