Skip to content

Commit

Permalink
build: update to support Minecraft 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Apr 29, 2024
1 parent e5e3172 commit 6c0ccb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'net.kyori:adventure-platform-bukkit:4.3.2'
implementation 'io.papermc:paperlib:1.0.8'
implementation 'space.arim.morepaperlib:morepaperlib:0.4.4'
implementation 'net.william278.cloplib:cloplib-bukkit:1.0.3'
implementation 'net.william278.cloplib:cloplib-bukkit:1.0.4'
implementation 'org.bstats:bstats-bukkit:3.0.2'

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0'
api 'net.william278:minedown:1.8.2'
api 'net.william278:paginedown:1.1.2'
api 'net.william278.cloplib:cloplib-common:1.0.3'
api 'net.william278.cloplib:cloplib-common:1.0.4'
api 'net.william278:DesertWell:2.0.4'
api('com.zaxxer:HikariCP:5.1.0') {
exclude module: 'slf4j-api'
Expand Down
4 changes: 2 additions & 2 deletions paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.3'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.4'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
}
Expand Down Expand Up @@ -47,7 +47,7 @@ shadowJar {

tasks {
runServer {
minecraftVersion('1.20.4')
minecraftVersion('1.20.5')
downloadPlugins {
url("https://download.luckperms.net/1526/bukkit/loader/LuckPerms-Bukkit-5.4.113.jar")
url("https://ci.lucko.me/job/spark/399/artifact/spark-bukkit/build/libs/spark-1.10.58-bukkit.jar")
Expand Down

0 comments on commit 6c0ccb2

Please sign in to comment.