pniederw
05/01/2017, 1:57 AMiferca
05/01/2017, 2:01 AM<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
Env even with that I’m getting the warningpniederw
05/01/2017, 2:03 AM