Skip to content

Commit 4c4ef68

Browse files
committed
Use base.archivesName in publication definition
Technically doesn't match the Groovy version, but this allows us to limit the scope of the archivesBaseName property.
1 parent a3258a3 commit 4c4ef68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/src/lib/template/templates/gradle/kotlin/build.gradle.kts.eta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tasks.jar {
9898
publishing {
9999
publications {
100100
register<MavenPublication>("mavenJava") {
101-
artifactId = archivesBaseName
101+
artifactId = base.archivesName
102102
from(components["java"])
103103
}
104104
}

0 commit comments

Comments
 (0)