Java 17 Compatibility change

This commit is contained in:
nzBryce101
2024-05-11 13:33:53 +12:00
parent f90c96ef21
commit fd85a7b9c2
10 changed files with 9 additions and 9 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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.

View File

@@ -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

View File

@@ -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.