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>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user