You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(model-client): change Gradle configuration to avoid failing import into Intellij
Calling `dockerCompose.isRequiredBy(tasks.named("jsNodeTest"))` with `org.gradle.parallel=true` caused issues when running the Gradle task `prepareKotlinIdeaImport`.
That task was run by Intellij when trying to import the Gradle project.
The import failed when the task failed.
0 commit comments