grails-plugins / grails-spring-security-ldap

Apache License 2.0
14 stars 28 forks source link

Grails 4 support? #24

Closed eshton closed 4 years ago

eshton commented 4 years ago

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.

sdelamo commented 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")
       ....
}