Skip to content

Commit 1ad372a

Browse files
ilgonmicdkrasnoff
authored andcommitted
Add test of resources server
1 parent 70f145f commit 1ad372a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cache-maker/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ kotlin {
2525
val composeWasmStdlib: Provider<Directory> = layout.buildDirectory
2626
.dir("compose-wasm-stdlib-output")
2727
val composeWasmStdlibTypeInfo: Provider<RegularFile> = composeWasmStdlib
28-
.map { it.file("compose-wasm-stdlib-output/stdlib.typeinfo.bin") }
28+
.map { it.file("stdlib.typeinfo.bin") }
2929

3030
val buildComposeWasmStdlibModule by tasks.registering(Exec::class) {
3131

32+
inputs.files(configurations.named("wasmJsRuntimeClasspath"))
33+
3234
workingDir = rootDir
3335
executable = "${project.name}/docker-build-incremental-cache.sh"
3436

0 commit comments

Comments
 (0)