[
https://issues.apache.org/jira/browse/STREAMS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595955#comment-15595955
]
ASF GitHub Bot commented on STREAMS-432:
----------------------------------------
Github user smarthi commented on the issue:
https://github.com/apache/incubator-streams/pull/308
How about enforcing Java 8 and mmaven 3.3.9 like this?
` <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>[1.7,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.3.3,)</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>`
> Update to Java 8
> ----------------
>
> Key: STREAMS-432
> URL: https://issues.apache.org/jira/browse/STREAMS-432
> Project: Streams
> Issue Type: Improvement
> Reporter: Joey Frazee
> Assignee: Joey Frazee
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)