Update adventure-platform-bukkit to 4.4.1-SNAPSHOT (#4717)

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2025-07-29 21:09:20 +02:00
committed by GitHub
parent aae154b23a
commit 921435689e
2 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ repositories {
name = "EssentialsX"
url = uri("https://repo.essentialsx.net/releases/")
}
maven("https://central.sonatype.com/repository/maven-snapshots/") {
content {
includeGroup("net.kyori")
}
}
}
dependencies {