Fixes source and target version

This commit is contained in:
Kristian Knarvik 2024-05-25 00:43:12 +02:00
parent b5338806e3
commit bdac20b0b4

View File

@ -12,8 +12,8 @@
<description>${project.name} is a plugin that contains libraries and features that other plugins make use of.
</description>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
</properties>
<!--<url>${massiveBaseUrl}/massivecore</url>-->
<version>3.3.3</version>