Fixes source and target version
This commit is contained in:
parent
b5338806e3
commit
bdac20b0b4
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user