Skip to content

Commit 8880355

Browse files
committed
Fix publishing
1 parent 08f60c5 commit 8880355

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build-logic/src/main/kotlin/kotlin-inject.publish.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ publishing {
4242
publications.all {
4343
if (this is MavenPublication) {
4444
groupId = rootProject.group.toString()
45-
// We want the artifactId to represent the full project path
46-
artifactId = path
47-
.trimStart(':')
48-
.replace(":", "-")
4945
artifact(javadocJar)
5046
mavenCentralPom()
5147
}

0 commit comments

Comments
 (0)