Update adventure
This commit is contained in:
parent
1efeff9026
commit
990a503896
3 changed files with 16 additions and 7 deletions
|
|
@ -15,8 +15,10 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("net.kyori:adventure-platform-api:${VersionConstants.adventurePlatformVersion}")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:${VersionConstants.adventureMinimessageVersion}")
|
||||
compileOnly("net.kyori:adventure-platform-api:${VersionConstants.adventurePlatformVersion}") {
|
||||
exclude("net.kyori", "adventure-api")
|
||||
exclude("net.kyori", "adventure-text-minimessage")
|
||||
}
|
||||
compileOnly("com.github.FrankHeijden:ServerUtilsUpdater:5f722b10d1")
|
||||
|
||||
testImplementation("net.kyori:adventure-text-serializer-plain:${VersionConstants.adventureVersion}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue