Skip to content

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

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions