Skip to content

Commit b1f1f47

Browse files
committed
build(model-sync-lib): removed conflicting publish target
1 parent a0d90ea commit b1f1f47

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

model-sync-lib/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,3 @@ kotlin {
3434
}
3535
}
3636
}
37-
38-
publishing {
39-
publications {
40-
create<MavenPublication>("maven") {
41-
from(components["kotlin"])
42-
}
43-
}
44-
}

0 commit comments

Comments
 (0)