FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
226 stars 194 forks source link

Remove jackson #1014

Closed modmuss50 closed 6 months ago

modmuss50 commented 7 months ago

Jackson was orignaly added as it supported records meanwhile GSON did not. Now that GSON supports records I dont think there is a reason to use Jackson.

Doing this saves a tiny bit of time downloading jackson and creating the ObjectMapper instance.