grails-2.3.7 plugins/repository not found
Suddenly my Grails application having error by causing of some plugins are not found. I think the repository has been removed or move somewhere. Code on my BuildConfig.groovy: log "warn" checksums true legacyResolve false ..... compile ":db-reverse-engineer:0.5" compile ":cache:1.0.1" compile ":jaxrs:0.10" compile ":jasper:1.8.0" ..... Having Error on my Grails Apps from today: Error | Resolve error obtaining dependencies: Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information): - org.grails.plugins:db-reverse-engineer:0.5 - org.grails.plugins:jaxrs