File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,8 @@ tasks.named<Copy>("processResources") {
165165tasks.withType<Test > {
166166 dependsOn(rootProject.the<NodeJsRootExtension >().nodeJsSetupTaskProvider)
167167 useJUnitPlatform()
168+ val executablePath = rootProject.the<NodeJsRootExtension >().requireConfigured().executable
168169 doFirst {
169- this @withType.environment(
170- " kotlin.wasm.node.path" ,
171- rootProject.the<NodeJsRootExtension >().requireConfigured().executable
172- )
170+ this @withType.environment(" kotlin.wasm.node.path" , executablePath)
173171 }
174172}
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ systemProp.indexes=indexes.json
33systemProp.indexesJs =indexesJs.json
44systemProp.indexesWasm =indexesWasm.json
55systemProp.indexesComposeWasm =indexesComposeWasm.json
6+
7+ org.gradle.configuration-cache =true
You can’t perform that action at this time.
0 commit comments