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.77k stars 116 forks source link

Enable configuration cache in functional tests. #1063

Closed autonomousapps closed 9 months ago

autonomousapps commented 10 months ago

Build failed

jjohannes commented 9 months ago

The test failures all have the same cause and go away if we update from 7.4 -> 7.5 in the tests. So it seems to be a bug in Gradle CC that got fixed. Given that the CC is experimental in these versions, I think it is fine to run these tests agains 7.5 already.