api / org.gradle.api.tasks.diagnostics / BuildEnvironmentReportTask

BuildEnvironmentReportTask

@Incubating open class BuildEnvironmentReportTask : DefaultTask

Provides information about the build environment for the project that the task is associated with.

Currently, this information is limited to the project's declared build script dependencies visualised in a similar manner as provided by DependencyReportTask.

It is not necessary to manually add a task of this type to your project, as every project automatically has a task of this type by the name "buildEnvironment".

Since
2.10

Constructors

<init>

BuildEnvironmentReportTask()

Properties

TASK_NAME

static val TASK_NAME: String

Functions

generate

open fun generate(): Unit