is that the fix??????

This commit is contained in:
befaci03 2026-01-13 21:16:20 +01:00
parent 05162e9c8c
commit 5b21022b76
2 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>eu.creeper.mc</groupId>
<artifactId>creeperpit</artifactId>
<version>2.0.001-SNAPSHOT</version>
<version>2.0.002-SNAPSHOT</version>
<packaging>jar</packaging>
<name>creeperpit</name>
@ -17,11 +17,12 @@
</properties>
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
@ -30,7 +31,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>

View File

@ -1,5 +1,5 @@
name: CreeperPit
version: '2.0.001-SNAPSHOT'
version: '2.0.002-SNAPSHOT'
main: eu.creeper.mc.creeperPit.Main
api-version: '1.18.2'
prefix: CPit