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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions