Allow to use Java 11 for Velocity

This commit is contained in:
games647
2023-04-12 11:44:09 +02:00
parent 477ec06d55
commit 0aedad8857

View File

@ -43,6 +43,13 @@
<!--Represents the main plugin-->
<name>FastLoginVelocity</name>
<properties>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
</properties>
<build>
<plugins>
<plugin>