dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

Internal Gradle API Usage: For `buildEnvironment` Dependency Trees, an internal Gradle API is used #25

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

The following internal class is being used as there is no other public API available like it is for normal dependency trees. org.gradle.api.tasks.diagnostics.internal.ReportGenerator

handstandsam commented 2 years ago

Closing as Won't fix, but wanted to make this issue known.