Browse Source

init

master
diven 2 years ago
parent
commit
6ceda1e81c
  1. 4
      pom.xml

4
pom.xml

@ -155,8 +155,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>

Loading…
Cancel
Save