autonomousapps / dependency-analysis-gradle-plugin

Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
Apache License 2.0
1.67k stars 115 forks source link

fix: remove GradleBuilder methods that take an env. #1131

Closed autonomousapps closed 4 months ago

autonomousapps commented 4 months ago

We don't want to encourage that. It makes debugging impossible. People can use runner() if they really need a custom env.