Skip to content

impsort-maven-plugin shall work with Java 9+ #324

@jponge

Description

@jponge

The impsort-maven-plugin must be configured to support module-info.java files, otherwise it fails with Java 9+ projects that have such files.

<configuration>
    <compliance>${maven-compiler-plugin.release}</compliance>
(...)

where ${maven-compiler-plugin.release} can be 11, 17, etc

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