Skip to content

Build fails due to outdated options #12

Description

@swapnilagarwwal

The test fails becuase of compilator error.
[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later

screen shot 2018-09-26 at 12 07 40 pm

The problem can be fixed by adding
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
under tag in pom.xml file.

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