Java 17 Compatibility change
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.example</groupId>
|
<groupId>com.example</groupId>
|
||||||
<artifactId>zz_MCdiscord_bot</artifactId>
|
<artifactId>zz_MCdiscord_bot</artifactId>
|
||||||
<version>1.1be07</version>
|
<version>1.1be08</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.target>22</maven.compiler.target>
|
<maven.compiler.target>17</maven.compiler.target>
|
||||||
<maven.compiler.source>22</maven.compiler.source>
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
6
pom.xml
6
pom.xml
@@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
<groupId>com.example</groupId>
|
<groupId>com.example</groupId>
|
||||||
<artifactId>zz_MCdiscord_bot</artifactId>
|
<artifactId>zz_MCdiscord_bot</artifactId>
|
||||||
<version>1.1be07</version>
|
<version>1.1be08</version>
|
||||||
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Specify Java version -->
|
<!-- Specify Java version -->
|
||||||
<maven.compiler.source>22</maven.compiler.source>
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
<maven.compiler.target>22</maven.compiler.target>
|
<maven.compiler.target>17</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: ZZ_MCdiscord_bot-1
|
name: ZZ_MCdiscord_bot-1
|
||||||
version: 1.1be07
|
version: 1.1be08
|
||||||
main: MCdiscord_bot-1.src.main.java.disMCbot
|
main: MCdiscord_bot-1.src.main.java.disMCbot
|
||||||
description: A Discord bot plugin for Crafty Minecraft.
|
description: A Discord bot plugin for Crafty Minecraft.
|
||||||
author: Bryce
|
author: Bryce
|
||||||
|
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
name: ZZ_MCdiscord_bot-1
|
name: ZZ_MCdiscord_bot-1
|
||||||
version: 1.1be07
|
version: 1.1be08
|
||||||
main: MCdiscord_bot-1.src.main.java.disMCbot
|
main: MCdiscord_bot-1.src.main.java.disMCbot
|
||||||
description: A Discord bot plugin for Crafty Minecraft.
|
description: A Discord bot plugin for Crafty Minecraft.
|
||||||
author: Bryce
|
author: Bryce
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
artifactId=zz_MCdiscord_bot
|
artifactId=zz_MCdiscord_bot
|
||||||
groupId=com.example
|
groupId=com.example
|
||||||
version=1.1be07
|
version=1.1be08
|
||||||
|
Binary file not shown.
BIN
target/original-zz_MCdiscord_bot-1.1be08.jar
Normal file
BIN
target/original-zz_MCdiscord_bot-1.1be08.jar
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user