Skip to content

Commit

Permalink
Update spotless gson version to 2.11
Browse files Browse the repository at this point in the history
Matches the gson version that Minecraft uses as of 1.21.4.
  • Loading branch information
Alexander01998 committed Nov 28, 2024
1 parent 8c41426 commit bb78453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spotless {
}
json {
target "src/**/*.json"
gson().indentWithSpaces(2).version("2.10.1")
gson().indentWithSpaces(2).version("2.11.0")
}
}

Expand Down

0 comments on commit bb78453

Please sign in to comment.