3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-06-29 18:08:06 +02:00

Allow tests to succeed by using new Gson version

Dieser Commit ist enthalten in:
Camotoy 2024-06-26 10:17:21 -04:00
Ursprung 2d33cfd149
Commit 0dadbc2ce2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -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"
}
}