Gradle trying to unzip a pom typed dependency
问题 In a project of mine I have a dependency on a java matrix library MTJ which I specify like this in build.gradle : dependencies { ... compile 'com.googlecode.matrix-toolkits-java:mtj:1.0.4' ... } MTJ in turns depends on netlib, more concretely it would be the equivalent of explicitly adding compile 'com.github.fommil.netlib:all:1.1.2' above. When I run the gradle build. I get the following error: Could not expand ZIP '/Users/valentin/.gradle/caches/modules-2/files-2.1/com.github.fommil.netlib