Listing plugin updates for new Grails 3.0 application -


a lot has changed grails 3.0. how run list-plugin-updates application?

the command used work me results in error.

$ grails -version | grails version: 3.0.1 | groovy version: 2.4.3 | jvm version: 1.8.0_45 $ uname -sr darwin 14.3.0 $ $ grails list-plugin-updates | error command not found list-plugin-updates did mean: list-plugins or plugin-info or test? 

the documentation implies command should still work:
http://grails.github.io/grails-doc/3.0.x/ref/command%20line/list-plugin-updates.html

plugins grails 3.0 have moved on bintray:

grails uses gradle dependency resolution , way plugins identified has changed.

example of using less plugin under grails 3.0:

it seems list-plugin-updates command no longer applicable.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -