JakeWharton / DiskLruCache

Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
http://jakewharton.github.io/DiskLruCache
Apache License 2.0
5.79k stars 1.18k forks source link

Added build.gradle with unit tests #57

Closed Wavesonics closed 10 years ago

Wavesonics commented 10 years ago

Gradle seems to be how many people are building and testing these days, so this should be helpful to many.

JakeWharton commented 10 years ago

I don't really want to maintain two build systems in tandem and Maven is better at IDE integration and releasing to central. If this were an Android project I'd probably consider moving but since it's pure Java I don't see any value-add.