[Gradle, Test] Update kotlin-js-plugin-project with sources publication

Sources are published now as gradle variant, so it shouldn't be added
manually to publication.

^KT-36943
This commit is contained in:
Anton Lakotka
2022-12-01 09:21:49 +01:00
committed by teamcity
parent 5023ccc724
commit 14acbd990f
@@ -51,7 +51,6 @@ publishing {
publications {
create("default", MavenPublication::class.java) {
from(components.getByName("kotlin"))
artifact(tasks.getByName("kotlinSourcesJar"))
}
}
repositories {