mirror of
https://github.com/tomasff/BeesPlus.git
synced 2024-11-22 01:56:28 +01:00
Update Spigot and Java version
This commit is contained in:
parent
e7ae6ae440
commit
9a94cea232
8
pom.xml
8
pom.xml
@ -11,8 +11,8 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<junit.jupiter.version>5.6.2</junit.jupiter.version>
|
||||
</properties>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.3-R0.1-SNAPSHOT</version>
|
||||
<version>1.18.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -65,7 +65,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.2.2</version>
|
||||
<version>3.3.0</version>
|
||||
<configuration>
|
||||
<relocations>
|
||||
<relocation>
|
||||
|
@ -2,7 +2,7 @@ name: BeesPlus
|
||||
author: Attlantiz
|
||||
version: ${project.version}
|
||||
main: com.tomff.beesplus.BeesPlus
|
||||
api-version: 1.15
|
||||
api-version: 1.18
|
||||
permissions:
|
||||
beesplus.bee.view:
|
||||
default: op
|
||||
@ -14,4 +14,3 @@ permissions:
|
||||
default: op
|
||||
beesplus.beehive.upgrade:
|
||||
default: op
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user