This matches the main OpenRS2 repository.
@ -233,8 +233,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<source>11</source>
<target>1.8</target>
<target>11</target>
</configuration>
</plugin>
<plugin>