1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Add core Gradle Adventure change

This commit is contained in:
Camotoy
2022-10-24 13:26:28 -04:00
parent 254f0da03c
commit ca7799d984

View File

@@ -51,7 +51,7 @@ dependencies {
implementation(libs.netty.transport.native.kqueue) { artifact { classifier = "osx-x86_64" } }
// Adventure text serialization
implementation(libs.bundles.adventure)
api(libs.bundles.adventure)
// Test
testImplementation(libs.junit)