Closed BraisGabin closed 1 month ago
Ok, it seems that this is not related with the plugin update but a change on my environment. Probably a transitive dependencies. I'm debugging it. Closing and I'll update if I find something worth to mention.
I found the offender commit. In that commit I was moving some plugins from root/build.gradle.kts
to settings.gradle.kts
to workaround this issue: https://github.com/gradle/gradle/issues/26020
But with this I was defining the kotlin plugin and this plugin in two different places. For this reason I moved to the the "Build Health settings plugin" and everything works again.
Plugin version 2.1.3
Gradle version 8.10.2
JDK version 17
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version 1.9.25
(Optional) Android Gradle Plugin (AGP) version 8.6.1
Describe the bug
When running
buildHealth
I get this exception in lots of modules. I tried even with--rerun-tasks
, same issue:To Reproduce Steps to reproduce the behavior:
2.0.2
to2.1.3
I could work on a reproducer if needed.
Expected behavior No crash