Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-12 19:10:19 +01:00
Allow tests to succeed by using new Gson version
Dieser Commit ist enthalten in:
Ursprung
2d33cfd149
Commit
0dadbc2ce2
@ -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"
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren