I'm trying to download jasper plugin for grails but if I put the dependency in my build.gradle I keep getting this error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Eventos Unipar'.
> Could not resolve all dependencies for configuration ':runtime'.
> Could not find org.olap4j:olap4j:0.9.7.309-JS-3.
Searched in the following locations:
file:/C:/Users/xSlok/.m2/repository/org/olap4j/olap4j/0.9.7.309-JS-3/olap4j-0.9.7.309-JS-3.pom
file:/C:/Users/xSlok/.m2/repository/org/olap4j/olap4j/0.9.7.309-JS-3/olap4j-0.9.7.309-JS-3.jar
http://repo.grails.org/grails/repo/org/olap4j/olap4j/0.9.7.309-JS-3/olap4j-0.9.7.309-JS-3.pom
http://repo.grails.org/grails/repo/org/olap4j/olap4j/0.9.7.309-JS-3/olap4j-0.9.7.309-JS-3.jar
Required by:
eventosunipar:Eventos Unipar:0.1 > org.grails.plugins:jasper:1.11.0 > net.sf.jasperreports:jasperreports:5.6.1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output
the dependency I'm using is
compile "org.grails.plugins:jasper:1.11.0"
and the url for the maven repository I'm using is
http://repo.grails.org/grails/repo
already tried with this one too
http://repo.grails.org/grails/core
does anyone know what's happening?