Java 15
This commit is contained in:
parent
5a11502df5
commit
25abdae5f8
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
|
@ -114,8 +114,8 @@
|
||||||
<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>1.8</source>
|
<source>15</source>
|
||||||
<target>1.8</target>
|
<target>15</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue