Following the documentation
http://grails-plugins.github.io/grails-spring-security-core/guide/single.html#tutorials
it says in order to install the plugin i have to specify it in the BuildConfig file.
In BuildConfig i have the following part:
plugins {
runtime ":hibernate:$grailsVersion"
runtime ":jquery:1.8.3"
runtime ":resources:1.1.6"
build ":tomcat:$grailsVersion"
runtime ":database-migration:1.2.1"
compile ':cache:1.0.1'
compile 'org.grails.plugins:spring-security-core:3.0.0.M1'
}
when i run "grails compile" then i get the error
do you know what is causing this error? Thanks for the help!