Closed eshton closed 4 years ago
I've released a milestone version which should compatible with Grails 4.
repositories {
...
maven { url "https://dl.bintray.com/grails/plugins" }
}
dependencies {
compile ("org.grails.plugins:spring-security-ldap:4.0.0.M1")
....
}
Hi @burtbeckwith !
I would like to use this plugin in Grails 4. Do you think it would be hard to make the upgrade?
Thanks in advance.