When running Gradle on Debian 2.30.2, I am unable to build my jar file because Gradle can’t find commons-codec:commons-codec:1.4:jar. Things work fine on a Mac, and Maven is able to find commons-codec on Debian.
Just curious about what might be causing this peculiar issue.
Does Gradle work as well by now, maybe with ‘–refresh-dependencies’? We are seeing these problems come and go, and they don’t seem to depend on the method of access.
The explanation is that the Maven Central problems are temporary. Starting from Gradle 1.3, failed artifact lookups will no longer be cached across invocations of Gradle, so there should be much less need for ‘–refresh-dependencies’.