mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

Enable depedency caching for travis #186

Closed Taher-Ghaleb closed 2 years ago

Taher-Ghaleb commented 3 years ago

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

hennr commented 2 years ago

The build time is quite short anyways and I'd rather avoid caching here we could lead to discrepancies.