julman99 / gson-fire

A java library that adds some very useful features to Gson, like Date serializing to unix timestamp or RFC3339, method (getters) serialization, pre/post processors and many others. Check out the documentation to learn how to use it!
http://gsonfire.io
Other
226 stars 36 forks source link

Enable depedency caching for travis #51

Open Taher-Ghaleb opened 3 years ago

Taher-Ghaleb commented 3 years ago

Would be interested to know why maven dependencies haven't been cached on Travis. Thank you.