Update to 1.16.5, Java 21
Only one Giants user (of ca. 30) doesn't meet the requirements. The vast majority of servers do: https://bstats.org/global/bukkit
This commit is contained in:
parent
5fb88b0f89
commit
79e85d0c3e
2 changed files with 6 additions and 4 deletions
4
pom.xml
4
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<version>2.0.12-SNAPSHOT</version>
|
<version>2.0.12-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.release>17</maven.compiler.release>
|
<maven.compiler.release>21</maven.compiler.release>
|
||||||
<jarsigner.keystore>${project.basedir}/keystore.jks</jarsigner.keystore>
|
<jarsigner.keystore>${project.basedir}/keystore.jks</jarsigner.keystore>
|
||||||
<jarsigner.alias>mykey</jarsigner.alias>
|
<jarsigner.alias>mykey</jarsigner.alias>
|
||||||
<jarsigner.storepass>123456</jarsigner.storepass>
|
<jarsigner.storepass>123456</jarsigner.storepass>
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.14.4-R0.1-SNAPSHOT</version>
|
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<!-- fix vulnerabilities complaints -->
|
<!-- fix vulnerabilities complaints -->
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
name: Giants
|
name: Giants
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
api-version: 1.14
|
|
||||||
main: eu.m724.giants.GiantsPlugin
|
|
||||||
author: Minecon724
|
author: Minecon724
|
||||||
website: https://www.spigotmc.org/resources/giants.99600/
|
website: https://www.spigotmc.org/resources/giants.99600/
|
||||||
|
|
||||||
|
api-version: 1.16
|
||||||
load: STARTUP
|
load: STARTUP
|
||||||
|
main: eu.m724.giants.GiantsPlugin
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
giants:
|
giants:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue