File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
eternalcode-commons-adventure
eternalcode-commons-bukkit Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99dependencies {
1010 api(project(" :eternalcode-commons-shared" ))
11- api( " net.kyori:adventure-api:4.15.0 " )
11+
1212 api(" net.kyori:adventure-text-minimessage:4.15.0" )
1313 api(" net.kyori:adventure-text-serializer-legacy:4.15.0" )
1414}
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ plugins {
88
99dependencies {
1010 api(project(" :eternalcode-commons-shared" ))
11+
1112 compileOnly(" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
1213 testImplementation(" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
14+
1315 api(" org.jetbrains:annotations:24.1.0" )
14- api(" net.kyori:adventure-api:4.15.0" )
1516}
1617
1718tasks.test {
You can’t perform that action at this time.
0 commit comments