[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:
-1
@@ -51,7 +51,6 @@ publishing {
|
||||
publications {
|
||||
create("default", MavenPublication::class.java) {
|
||||
from(components.getByName("kotlin"))
|
||||
artifact(tasks.getByName("kotlinSourcesJar"))
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user