On 23/07/16 03:54, smarthi wrote:
> Github user smarthi commented on the issue:
>
> https://github.com/apache/incubator-pirk/pull/19
>
> This is good to merge now. It enforces Java 8 and Maven 3.3.9 as also RAT
> checks for license headers.
Looks like there are still some vestiges of Java 7 in the pom.xml(s)
<properties>. Presumably these should be fixed under this JIRA too.
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<javac.target>1.7</javac.target>
</properties>
Regards,
Tim