compat3 source setting should be 8 for jetty 9.3.x
This commit is contained in:
parent
4b8a6e584f
commit
684b3d1fcc
|
@ -20,7 +20,7 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>7</source>
|
<source>8</source>
|
||||||
<target>8</target>
|
<target>8</target>
|
||||||
<compilerArgs>
|
<compilerArgs>
|
||||||
<arg>-profile</arg>
|
<arg>-profile</arg>
|
||||||
|
|
Loading…
Reference in New Issue