I've added:
dependencies {
compile 'org.grails.plugins:audit-logging:1.1.3'
....
}
And the dependency is right at http://repo.grails.org/grails/plugins/org/grails/plugins/audit-logging/1.1.3/
compile 'org.grails.plugins:audit-logging:2.0.6'
works though.
What is going on?
Putting the dependency on plugins
instead of dependencies
block worked. This is not mentioned on the documentation.