Skip to content

Maven is configured to use the wrong Java version for 4.x #96

@shawjef3

Description

@shawjef3

.github/4.x-release.yml has java-version: '21', but pom.xml has <maven.compiler.source>1.8</maven.compiler.source>. This causes local build failures. Instead, the pom should be the following, which matches the github build.

<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

Metadata

Metadata

Assignees

No one assigned

    Labels

    reviewedFor library maintainers only. Indicates that this issue was reviewed.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions