is that the fix??????
This commit is contained in:
parent
05162e9c8c
commit
5b21022b76
7
pom.xml
7
pom.xml
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>eu.creeper.mc</groupId>
|
<groupId>eu.creeper.mc</groupId>
|
||||||
<artifactId>creeperpit</artifactId>
|
<artifactId>creeperpit</artifactId>
|
||||||
<version>2.0.001-SNAPSHOT</version>
|
<version>2.0.002-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>creeperpit</name>
|
<name>creeperpit</name>
|
||||||
|
|
@ -17,11 +17,12 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
<defaultGoal>clean package</defaultGoal>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.13.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${java.version}</source>
|
<source>${java.version}</source>
|
||||||
<target>${java.version}</target>
|
<target>${java.version}</target>
|
||||||
|
|
@ -30,7 +31,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.4</version>
|
<version>3.5.3</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: CreeperPit
|
name: CreeperPit
|
||||||
version: '2.0.001-SNAPSHOT'
|
version: '2.0.002-SNAPSHOT'
|
||||||
main: eu.creeper.mc.creeperPit.Main
|
main: eu.creeper.mc.creeperPit.Main
|
||||||
api-version: '1.18.2'
|
api-version: '1.18.2'
|
||||||
prefix: CPit
|
prefix: CPit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user