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