We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafa39a commit 2b28920Copy full SHA for 2b28920
1 file changed
gradle/gradle-mvn-mpp-push.gradle
@@ -81,13 +81,6 @@ publishing {
81
}
82
83
84
- afterEvaluate {
85
- publications.getByName('kotlinMultiplatform') {
86
- // Source jars are only created for platforms, not the common artifact.
87
- artifact emptySourcesJar
88
- }
89
90
-
91
repositories {
92
maven {
93
url isReleaseBuild() ? getReleaseRepositoryUrl() : getSnapshotRepositoryUrl()
0 commit comments