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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -