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.68k stars 114 forks source link

Move credentials null-check to task action. #1022

Closed autonomousapps closed 8 months ago

autonomousapps commented 8 months ago

Intellij IDEA configures all tasks when syncing the IDE, which is insane in 2023. Is this the dark ages?

Resolves https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1015