Grails 3 and Spring Security Plugin
I've just recently started working with Grails, and I'd like to test out the Spring Security Plugin. I'm using Grails v3.0.0RC2, and I'm finding it difficult to come across accurate documentation for it with a lot of things. I'm looking at the Grails page for the Spring Security Plugin, located at http://grails.org/plugin/spring-security-core , and it tells me to add the following to grails-app/conf/BuildConfig plugins { … compile ':spring-security-core:2.0-RC4' … } Now, Grails 3 has done away with the BuildConfig, and moved over to using Gradle. So I figured I could just that compile line to