diffplug / diffplug/spotless

GroovyGradle with Greclipse throwing IOException

Open
#2,841 1 comment 6 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.