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>${project.name} is a plugin that contains libraries and features that other plugins make use of.
</description> </description>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>16</maven.compiler.target>
</properties> </properties>
<!--<url>${massiveBaseUrl}/massivecore</url>--> <!--<url>${massiveBaseUrl}/massivecore</url>-->
<version>3.3.3</version> <version>3.3.3</version>