1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 03:09:08 +00:00

Allow tests to succeed by using new Gson version

This commit is contained in:
Camotoy
2024-06-26 10:17:21 -04:00
parent 2d33cfd149
commit 0dadbc2ce2

View File

@@ -61,6 +61,7 @@ dependencies {
// Test
testImplementation(libs.junit)
testImplementation(libs.gson.runtime)
// Annotation Processors
compileOnly(projects.ap)
@@ -159,4 +160,4 @@ tasks.register<DownloadFilesTask>("downloadBedrockData") {
suffixedFiles = listOf("block_palette.nbt", "creative_items.json", "runtime_item_states.json")
destinationDir = "$projectDir/src/main/resources/bedrock"
}
}