What is `classpath` configuration in the `buildEnvironment` report task?

What is classpath configuration in the buildEnvironment report task?
Why there is no such configuration in a report of dependencies task?

Why should the configuration be in the output of the dependencies task?
buildEnvironment shows the build environment - i.e. the classpath of the project’s build script -, dependencies shows the project’s dependencies.

1 Like