Skip to content

Source option 5 is no longer supported. Use 6 or later #1

@senbagaraman04

Description

@senbagaraman04

I tried to build the solution using Jenkins and found the following issue in
pom.xml.

Source option 5 is no longer supported. Use 6 or later

This is fixed by adding the following piece of code to the pom.xml file,

  <properties><maven.compiler.source>1.8</maven.compiler.source>
  <maven.compiler.target>1.8</maven.compiler.target></properties>

Replace 1.8 with the version of your JDK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions