Why doesn't it error?

This commit is contained in:
destro174
2022-02-24 17:16:32 +01:00
parent e571ea446f
commit 5834ff2c97
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ plugins {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.18.1-R0.1-SNAPSHOT")
compileOnly("com.alttd:Galaxy-API:1.18.1-R0.1-SNAPSHOT") {
exclude("net.kyori.adventure.text.minimessag")
}
compileOnly("net.kyori", "adventure-text-minimessage", "4.10.0-20220122.015731-43") { // Minimessage
exclude("net.kyori")
exclude("net.kyori.examination")