Java 17 Compatibility change
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -6,13 +6,13 @@
|
||||
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>zz_MCdiscord_bot</artifactId>
|
||||
<version>1.1be07</version>
|
||||
<version>1.1be08</version>
|
||||
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
||||
|
||||
<properties>
|
||||
<!-- Specify Java version -->
|
||||
<maven.compiler.source>22</maven.compiler.source>
|
||||
<maven.compiler.target>22</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
Reference in New Issue
Block a user