Skip to content

Commit 2b28920

Browse files
committed
Publish fix
1 parent eafa39a commit 2b28920

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gradle/gradle-mvn-mpp-push.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ publishing {
8181
}
8282
}
8383

84-
afterEvaluate {
85-
publications.getByName('kotlinMultiplatform') {
86-
// Source jars are only created for platforms, not the common artifact.
87-
artifact emptySourcesJar
88-
}
89-
}
90-
9184
repositories {
9285
maven {
9386
url isReleaseBuild() ? getReleaseRepositoryUrl() : getSnapshotRepositoryUrl()

0 commit comments

Comments
 (0)