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

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -