GroovyGradle with Greclipse throwing IOException
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.