Skip to content

Mismatching JDK versions leads to mvn compile and docker build to fail #227

Description

@mortendaehli

The current version in the CI is running on JDK11, while the docker image and tomcat still depends on JDK8.

I suggest that the Dockerfile points to openjdk-11 and that the pom.xml changes from <java.target>8</java.target> to <java.target>11</java.target>. This seems to resolve the issue.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions