[Gradle, JS] Fix binaryen registering tasks
^KT-57203 fixed
This commit is contained in:
committed by
Space Team
parent
5d3ab8371f
commit
68dd89c593
-2
@@ -1987,10 +1987,8 @@ open class NewMultiplatformIT : BaseGradleIT() {
|
||||
build(":wasm${name}Test") {
|
||||
assertTasksExecuted(":compileKotlinWasm")
|
||||
if (useBinaryen) {
|
||||
assertTasksExecuted(":compileTestProductionExecutableKotlinWasmOptimize")
|
||||
assertTasksExecuted(":compileTestDevelopmentExecutableKotlinWasmOptimize")
|
||||
} else {
|
||||
assertTasksNotExecuted(":compileTestProductionExecutableKotlinWasmOptimize")
|
||||
assertTasksNotExecuted(":compileTestDevelopmentExecutableKotlinWasmOptimize")
|
||||
}
|
||||
assertTasksFailed(":wasm${name}Test")
|
||||
|
||||
-3
@@ -56,9 +56,6 @@ constructor(
|
||||
binaryenDsl()
|
||||
}
|
||||
|
||||
binary.compilation.compileTaskProvider.configure {
|
||||
it.finalizedBy(binaryenTask)
|
||||
}
|
||||
binary.linkSyncTask.configure {
|
||||
it.dependsOn(binaryenTask)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user