In Table 23.3, “Java plugin - lifecycle tasks” it describes the “buildNeeded” task, with the following text in the “Depends On” cell: > build and build tasks in all project lib dependencies of the testRuntime configuration.
So in listing the tasks it depends on, it lists “build” and “build”. That can’t be right.
It does basically the same thing in the “Depends On” field for the “buildDependents” task.
What might the correct list of tasks be?