Readme + update POM + Tell jitpack we use Java 17

This commit is contained in:
2022-07-22 16:30:27 +02:00
parent 37a267eae5
commit 566ffee3ae
3 changed files with 71 additions and 0 deletions

15
pom.xml
View File

@@ -8,6 +8,8 @@
<artifactId>pandalib-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Open Source Software for the Minecraft server Pandacube.fr</description>
<organization>
<name>Pandacube</name>
@@ -33,6 +35,19 @@
<url>https://git.pandacube.fr/PandacubeFr/</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/PandacubeFr/Pandalib/issues</url>
</issueManagement>
<licenses>
<license>
<name>MIT License</name>
<url>https://api.github.com/licenses/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<build.number>unknown</build.number>
<maven.compiler.source>17</maven.compiler.source>