Remove publication of kotlin-test-wasm (KTI-669)
This commit is contained in:
committed by
TeamCityServer
parent
337b55e806
commit
3ffc8c4a82
@@ -288,7 +288,6 @@ val wasmComponent = componentFactory.adhoc("wasm").apply {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
val commonMetadata by configurations.creating {
|
||||
isCanBeConsumed = true
|
||||
isCanBeResolved = false
|
||||
@@ -359,12 +358,6 @@ publishing {
|
||||
artifact(tasks.getByPath(":kotlin-test:kotlin-test-js:sourcesJar") as Jar)
|
||||
configureKotlinPomAttributes(project, "Kotlin Test for JS")
|
||||
}
|
||||
create("wasm", MavenPublication::class) {
|
||||
artifactId = "kotlin-test-wasm"
|
||||
from(wasmComponent)
|
||||
// TODO: artifact(tasks.getByPath(":kotlin-test:kotlin-test-wasm:jsSourcesJar"))
|
||||
configureKotlinPomAttributes(project, "Kotlin Test for WASM")
|
||||
}
|
||||
create("common", MavenPublication::class) {
|
||||
artifactId = "kotlin-test-common"
|
||||
from(commonMetadataComponent)
|
||||
|
||||
Reference in New Issue
Block a user