-
fix(gradle): allow excludeDependsOn to be false (#31890)
发布于
2025-07-10 22:38:18 +00:00 Current Behavior
excludeDependsOn is true by default, but got this error when running
nx run nx-api:compileTestKotlin:* What went wrong: Execution failed for task ':nx-api:compileTestKotlin'. > Error while evaluating property 'friendPathsSet$kotlin_gradle_plugin_common' of task ':nx-api:compileTestKotlin'. > Querying the mapped value of provider(java.util.Set) before task ':nx-api:compileJava' has completed is not supportedExpected Behavior
have a way to turn off excludeDependsOn
Related Issue(s)
Fixes #
下载附件