Skip to content

Commit 6b383ec

Browse files
committed
chore: Update shadow plugin to use alias and bump lombok version to 1.18.38
1 parent 64affe0 commit 6b383ec

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ shadow = "8.3.5"
33

44
spigot = "1.21.5-R0.1-SNAPSHOT"
55
bungeecord = "1.21-R0.2"
6-
velocity = "3.1.1"
76

87
netty = "4.2.1.Final"
98

109
placeholderapi = "2.11.6"
1110
vault = "1.7.1"
1211

13-
lombok = "1.18.28"
12+
lombok = "1.18.38"
1413

1514
[plugins]
1615
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
@@ -19,7 +18,6 @@ shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
1918
# Platform API
2019
spigot = { module = "org.spigotmc:spigot-api", version.ref = "spigot" }
2120
bungeecord = { module = "net.md-5:bungeecord-api", version.ref = "bungeecord" }
22-
velocity = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
2321
# netty
2422
netty_buffer = { module = "io.netty:netty-buffer", version.ref = "netty" }
2523
# PAPI

zmusic-plugin/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.johnrengelman.shadow' version '8.1.1'
2+
alias(libs.plugins.shadow)
33
}
44

55
version = '2.9.0'
@@ -16,7 +16,6 @@ dependencies {
1616
implementation(project(":zmusic-nms:zmusic-nms-paper"))
1717

1818
compileOnly libs.bungeecord
19-
compileOnly libs.velocity
2019

2120
compileOnly libs.placeholderapi
2221
compileOnly libs.vault

0 commit comments

Comments
 (0)