0

Grails 3.0发生了很多变化。如何运行list-plugin-updates一个应用程序?

该命令曾经为我工作,但现在导致错误。

$ 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 you mean: list-plugins or plugin-info or test?

该文档暗示该命令应该仍然有效:http:
//grails.github.io/grails-doc/3.0.x/ref/Command%20Line/list-plugin-updates.html

4

1 回答 1

0

Grails 3.0 的插件已移至 Bintray:

Grails 现在使用 Gradle 进行依赖解析,并且识别插件的方式也发生了变化。

在 Grails 3.0 下使用 LESS 插件的示例:

list-plugin-updates命令似乎不再适用。

于 2015-05-14T05:24:09.127 回答