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: only use new configurations factories from Gradle 8.5. #1135

Closed autonomousapps closed 4 months ago

autonomousapps commented 4 months ago

There's a bug in 8.4 where isInvisible=false has not been set, leading the inter-project publications to be added to the archives configuration and therefore being added to the assemble task.

See https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/908#issuecomment-1952162799