7.0.1 of the gradle plugin breaks configuration caching due to "an input to an unknown location has changed"
Reported initially to gradle here: https://github.com/gradle/gradle/issues/25469. This appears to be getting caused by spotless when it reads .editorconfig
@ZacSweers Are you using ktfmt by any chance?
I think this happens with ktfmt but not ktlint.
I am yeah. Reproduces constantly in GitHub.com/zacsweers/metro
Is there a reproducer for this in spotless? We are trying to improve the Gradle error message, but no clue yet on a reproducer.
Ok, I see now ./gradlew spotlessApply shows this for https://github.com/zacsweers/metro
Maybe this helps someone: https://github.com/gradle/gradle/issues/25469#issuecomment-3444231151