Skip to content

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

@mortendaehli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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