Update Java source/target to 11

This matches the main OpenRS2 repository.
master
Graham 3 years ago
parent 9ea9f702a4
commit 6dc3f9e108
  1. 4
      pom.xml

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

Loading…
Cancel
Save