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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user