Skip to content

GroovyGradle with Greclipse throwing IOException #2841

@joaodevsantos

Description

@joaodevsantos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions