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 0f68657 commit d4a3826
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 @@ -133,7 +133,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 d4a3826

Please sign in to comment.