RobertHerhold / BLWarps

Sponge plugin for warping players
MIT License
6 stars 5 forks source link

Use configurate-json #21

Closed jamierocks closed 9 years ago

jamierocks commented 9 years ago

It will make the plugin smaller, as configurate-json is included with sponge.

RobertHerhold commented 9 years ago

@jamierocks I believe you are mistaken. In the SpongeAPI build.gradle, only configurate-hocon, configurate-gson, and configurate-yaml are included.

jamierocks commented 9 years ago

I meant configurate-gson :p

RobertHerhold commented 9 years ago

It's honestly not worth it for me to switch to Gson from Jackson purely for a smaller jar. Thanks for the suggestion.