I'm on a multi-modules Android project with JDK 17 and I've migrated form Spotless v7.X.X to v8.X.X. I had this block on the spotless.gradle configuration file for gradle:
groovyGradle {
target("**/*.gradle")
targetExclude("$projectDir/build/**")
greclipse()
}
But now when running spotless I'm getting the following exception:
Execution failed for task ':core:ui:spotlessGroovyGradle'.
> java.io.IOException: Failed to provision P2 dependencies