Commit 04e8ce5
authored
[web] Add --no-parallel flag for building web demos (JetBrains#2894)
This is minimal temporary fix for circumventing troubles with
```
Configuration cache state could not be cached: field `__packageJsonFiles__` of task `:wasmRootPackageJson` of type `org.jetbrains.kotlin.gradle.targets.js.npm.tasks.RootPackageJsonTask`: error writing value of type 'org.gradle.api.internal.provider.DefaultListProperty'
> Resolution of the configuration ':compose:runtime:runtime-test-utils:wasmJsTestNpmAggregated' was attempted without an exclusive lock. This is unsafe and not allowed.
```
## Testing
Run "wasm Demo" or "js Demo" configuration
## Release Notes
N/A1 parent 5ea80b8 commit 04e8ce5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments