Grails Spring Events Plugin not found -
after upgrading grails 2.2 3.1 can no longer compile spring-events plugin.
in 2.2 project had plugin set in build-config.groovy
plugins{
compile ':spring-events:1.2' }
but there build.gradle file , when add plugin, cannot found.
has had issues this?
the spring events
plugin not compatible grails 3.x. can find list of supported plugins in repository on @ bintray.
Comments
Post a Comment