org.gradle.internal.resolve.ArtifactNotFoundException

Hi,

When building my app using gradle 2.10, I get this error:
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find hibernate4.zip (org.grails.plugins:hibernate4:6.0.0).
Searched in the following locations:
https://repo.grails.org/grails/core/org/grails/plugins/hibernate4/6.0.0/hibernate4-6.0.0.zip

Anybody knows why? The jar file is already imported, why to need the zip file?