api / org.gradle.api.tasks.diagnostics / AbstractDependencyReportTask / getConfigurations

getConfigurations

@Internal open fun getConfigurations(): MutableSet<Configuration>

Returns the configurations to generate the report for. Defaults to all configurations of this task's containing project.

Return
the configurations.