Skip to content

Maven Groovy importOrder prevents greclipse from checking and applying #899

@Slooz

Description

@Slooz
  • Maven Groovy importOrder prevents greclipse from checking and applying
  • maven version: 3.8.1
  • spotless version: 2.12.2
  • operating system and version: macOS Catalina v10.15.7
  • copy-paste your full Spotless configuration block(s):
<plugin>
  <groupId>com.diffplug.spotless</groupId>
  <artifactId>spotless-maven-plugin</artifactId>
  <version>2.12.2</version>
  <executions>
    <execution>
      <goals>
        <goal>check</goal>
      </goals>
    </execution>
  </executions>
  <configuration>
    <java>
      <googleJavaFormat />
    </java>
    <groovy>
      <importOrder />
      <greclipse />
    </groovy>
  </configuration>
</plugin>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions