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> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<configuration> <configuration>
<source>1.8</source> <source>11</source>
<target>1.8</target> <target>11</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

Loading…
Cancel
Save