Skip to content

Commit c9913ab

Browse files
committed
1.21 support
Closes #110
1 parent eb536ad commit c9913ab

File tree

6 files changed

+32
-35
lines changed

6 files changed

+32
-35
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Lorenzo0111
3+
Copyright (c) 2024 Lorenzo0111
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build.gradle

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ plugins {
2828
id 'java'
2929
id 'maven-publish'
3030
id "com.github.johnrengelman.shadow" version "8.1.1"
31-
id "net.kyori.indra.license-header" version "3.1.2"
31+
id "net.kyori.indra.license-header" version "3.1.3"
3232
id "io.github.slimjar" version "1.3.0"
3333
}
3434

3535
group = 'me.lorenzo0111'
36-
version = '2.3'
36+
version = '2.3.1'
3737
description = 'RocketPlaceholders'
3838

3939
ext {
@@ -51,38 +51,36 @@ repositories {
5151
}
5252

5353
dependencies {
54-
compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
55-
compileOnly("me.clip:placeholderapi:2.11.3")
56-
compileOnly('org.jetbrains:annotations:24.0.1')
54+
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
55+
compileOnly("me.clip:placeholderapi:2.11.6")
56+
compileOnly('org.jetbrains:annotations:24.1.0')
5757
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
5858
compileOnly("be.maximvdw:MVdWPlaceholderAPI:3.0.1-SNAPSHOT") {
5959
exclude module: 'spigot'
6060
}
6161

6262
implementation("io.github.slimjar:slimjar:1.2.8")
6363
implementation("com.github.glyart:mystral:1.4.6-SNAPSHOT")
64-
implementation("dev.triumphteam:triumph-gui:3.2")
64+
implementation("dev.triumphteam:triumph-gui:3.2.2")
6565
implementation("org.bstats:bstats-bukkit:3.0.2")
66-
implementation('com.github.cryptomorin:XSeries:9.4.0')
67-
implementation('net.kyori:adventure-api:4.14.0')
68-
implementation('net.kyori:adventure-text-serializer-legacy:4.14.0')
66+
implementation('com.github.cryptomorin:XSeries:11.0.0')
67+
implementation('net.kyori:adventure-api:4.17.0')
68+
implementation('net.kyori:adventure-text-serializer-legacy:4.17.0')
6969
implementation("com.github.l1m0n3:HexiTextLib:b9e30055b7") {
7070
exclude module: "annotations"
7171
}
7272

73-
slim("mysql:mysql-connector-java:8.0.33")
74-
slim("commons-io:commons-io:2.13.0")
73+
slim("com.mysql:mysql-connector-j:8.4.0")
74+
slim("commons-io:commons-io:2.16.1")
7575
}
7676

7777
shadowJar {
7878
relocate("com.glyart.mystral", "${libsBase}mystral")
7979
relocate("org.checkerframework", "${libsBase}checkerframework")
8080
relocate("com.zaxxer.hikari", "${libsBase}hikari")
81-
relocate("com.google.gson", "${libsBase}gson")
8281
relocate("org.bstats", "${libsBase}bstats")
8382
relocate("dev.triumphteam.gui", "${libsBase}gui")
84-
relocate("net.kyori.adventure", "${libsBase}adventure")
85-
relocate("net.kyori.examination", "${libsBase}examination")
83+
relocate("net.kyori", "${libsBase}kyori")
8684
relocate("com.cryptomorin.xseries", "${libsBase}xseries")
8785
relocate("io.github.slimjar", "${libsBase}slimjar")
8886
relocate("com.haroldstudios.hexitextlib", "${libsBase}hex")
@@ -91,7 +89,6 @@ shadowJar {
9189
}
9290

9391
slimJar {
94-
relocate("com.mysql", "${libsBase}mysql")
9592
relocate("org.apache.commons.io","${libsBase}io")
9693
}
9794

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)