<@U4T60EKPF> the maven plugin should have a config...
# announcements
p
@iferca the maven plugin should have a configuration option equivalent to the ‘-jvm-target’ command-line option. default is probably 1.6.
i
pniederw: Thanks for the answer! I have maven plugin configured like this:
Copy code
<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 warning