Skip to content

Update source/target to 1.8+ #236

@pradeesh-kumar

Description

@pradeesh-kumar

The source and target level specified as 1.6 in pom.xml. This restricts contributors from using the latest features of Java. Can this be changed to 1.8 or 11?

`
<plugin>

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
    <source>1.6</source>
    <target>1.6</target>
</configuration>

</plugin>
`

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions