Change versions around, I hate java 16 making this weird
This commit is contained in:
parent
05b1e517e5
commit
8f398d798a
46
pom.xml
46
pom.xml
@ -7,8 +7,27 @@
|
|||||||
<artifactId>LibsDisguises</artifactId>
|
<artifactId>LibsDisguises</artifactId>
|
||||||
<version>10.0.26-SNAPSHOT</version>
|
<version>10.0.26-SNAPSHOT</version>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<build.number>unknown</build.number>
|
||||||
|
<timestamp>${maven.build.timestamp}</timestamp>
|
||||||
|
<maven.build.timestamp.format>dd/MM/yyyy HH:mm</maven.build.timestamp.format>
|
||||||
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
||||||
|
<lombok.version>1.18.22</lombok.version>
|
||||||
|
<protocollib.version>4.7.0</protocollib.version>
|
||||||
|
<spigot.version>1.17-R0.1-SNAPSHOT</spigot.version>
|
||||||
|
<junit.version>4.13.2</junit.version>
|
||||||
|
<paper-api.version>1.16.5-R0.1-SNAPSHOT</paper-api.version>
|
||||||
|
<bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version>
|
||||||
|
<adventure-minimessage.version>4.2.0-SNAPSHOT</adventure-minimessage.version>
|
||||||
|
<adventure-api.version>4.9.3</adventure-api.version>
|
||||||
|
<adventure-serializer.version>4.9.3</adventure-serializer.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>exec:java clean install -X</defaultGoal>
|
<defaultGoal>exec:java clean install</defaultGoal>
|
||||||
<finalName>LibsDisguises</finalName>
|
<finalName>LibsDisguises</finalName>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
@ -36,12 +55,12 @@
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>3.0.0-M1</version>
|
<version>3.0.0-M5</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>1.6.0</version>
|
<version>3.0.0</version>
|
||||||
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@ -87,25 +106,6 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<build.number>unknown</build.number>
|
|
||||||
<timestamp>${maven.build.timestamp}</timestamp>
|
|
||||||
<maven.build.timestamp.format>dd/MM/yyyy HH:mm</maven.build.timestamp.format>
|
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
|
|
||||||
<lombok.version>1.18.22</lombok.version>
|
|
||||||
<protocollib.version>4.7.0</protocollib.version>
|
|
||||||
<spigot.version>[1.17,]</spigot.version>
|
|
||||||
<junit.version>4.13.2</junit.version>
|
|
||||||
<paper-api.version>[1.17,]</paper-api.version>
|
|
||||||
<bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version>
|
|
||||||
<adventure-minimessage.version>4.2.0-SNAPSHOT</adventure-minimessage.version>
|
|
||||||
<adventure-api.version>4.9.3</adventure-api.version>
|
|
||||||
<adventure-serializer.version>4.9.3</adventure-serializer.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
@ -140,7 +140,7 @@
|
|||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.papermc.paper</groupId>
|
<groupId>com.destroystokyo.paper</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>${paper-api.version}</version>
|
<version>${paper-api.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
|
Loading…
Reference in New Issue
Block a user