Skip to content

Commit 8c08e80

Browse files
committed
remove artifact id
1 parent f28d7f7 commit 8c08e80

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kmposable-core/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ publishing {
8181
publications {
8282
withType<MavenPublication> {
8383
pom {
84-
artifactId = "kmposable-core"
8584
name.set("KMPosable-architecture")
8685
description.set("TCA like library for Kotlin Multiplatform Mobile applications")
8786
url.set("https://maven.pkg.github.com/sveltema/KMPosable-architecture")

kmposable/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ publishing {
8484
withType<MavenPublication> {
8585

8686
pom {
87-
artifactId = "kmposable"
8887
name.set("KMPosable-architecture")
8988
description.set("TCA like library for Kotlin Multiplatform Mobile applications")
9089
url.set("https://maven.pkg.github.com/sveltema/KMPosable-architecture")

0 commit comments

Comments
 (0)