mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Allow tests to succeed by using new Gson version
This commit is contained in:
parent
2d33cfd149
commit
0dadbc2ce2
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ dependencies {
|
||||||
|
|
||||||
// Test
|
// Test
|
||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit)
|
||||||
|
testImplementation(libs.gson.runtime)
|
||||||
|
|
||||||
// Annotation Processors
|
// Annotation Processors
|
||||||
compileOnly(projects.ap)
|
compileOnly(projects.ap)
|
||||||
|
@ -159,4 +160,4 @@ tasks.register<DownloadFilesTask>("downloadBedrockData") {
|
||||||
suffixedFiles = listOf("block_palette.nbt", "creative_items.json", "runtime_item_states.json")
|
suffixedFiles = listOf("block_palette.nbt", "creative_items.json", "runtime_item_states.json")
|
||||||
|
|
||||||
destinationDir = "$projectDir/src/main/resources/bedrock"
|
destinationDir = "$projectDir/src/main/resources/bedrock"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue